mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 17:07:45 +00:00
Add github command
This commit is contained in:
parent
87b6dd1c21
commit
64784fe284
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@ class Miscellaneous(
|
||||||
self.bot.help_command.cog = None
|
self.bot.help_command.cog = None
|
||||||
self.bot.help_command.hidden = True
|
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(
|
@command(
|
||||||
brief="Sends info about the bot.",
|
brief="Sends info about the bot.",
|
||||||
help="Sends info about the bot."
|
help="Sends info about the bot."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue