From 64784fe284a905d1f5303d18b2632aab9d626f15 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 30 Dec 2022 21:11:20 +0300 Subject: [PATCH] Add github command --- minearchy_bot/cogs/miscellanious.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/minearchy_bot/cogs/miscellanious.py b/minearchy_bot/cogs/miscellanious.py index 254f2d5..58d411b 100644 --- a/minearchy_bot/cogs/miscellanious.py +++ b/minearchy_bot/cogs/miscellanious.py @@ -31,6 +31,14 @@ class Miscellaneous( self.bot.help_command.cog = None self.bot.help_command.hidden = True + @command( + brief="Sends the GitHub repository link for the bot.", + help="Sends the GitHub repository link for the bot.", + ) + async def github(self, ctx: Context) -> None: + # Not a button since I want the embed. + await ctx.reply("https://github.com/RGBCube/minearchy-bot") + @command( brief="Sends info about the bot.", help="Sends info about the bot."