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."