mirror of
https://github.com/osmarks/autobotrobot
synced 2025-01-09 15:10:27 +00:00
++invite alias
This commit is contained in:
parent
977f3352d6
commit
1a6c62cc07
@ -146,7 +146,7 @@ async def supported_langs(ctx, search=None):
|
|||||||
if acc == "": acc = "No results."
|
if acc == "": acc = "No results."
|
||||||
await ctx.send(acc)
|
await ctx.send(acc)
|
||||||
|
|
||||||
@bot.command(help="Get some information about the bot.")
|
@bot.command(help="Get some information about the bot.", aliases=["invite"])
|
||||||
async def about(ctx):
|
async def about(ctx):
|
||||||
await ctx.send("""**AutoBotRobot: The least useful Discord bot ever designed.**
|
await ctx.send("""**AutoBotRobot: The least useful Discord bot ever designed.**
|
||||||
AutoBotRobot has many features, but not necessarily any practical ones.
|
AutoBotRobot has many features, but not necessarily any practical ones.
|
||||||
|
Loading…
Reference in New Issue
Block a user