1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00

Add github command

This commit is contained in:
RGBCube 2022-12-30 21:11:20 +03:00
parent 87b6dd1c21
commit 64784fe284

View file

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