Discord invite link
This commit is contained in:
parent
d81226b80a
commit
f9e1d89c11
1 changed files with 2 additions and 1 deletions
3
bot.py
3
bot.py
|
@ -122,7 +122,8 @@ async def activity(ctx, atype, *, aname):
|
||||||
|
|
||||||
@bot.command(brief="gives bot invite link")
|
@bot.command(brief="gives bot invite link")
|
||||||
async def invite(ctx):
|
async def invite(ctx):
|
||||||
await ctx.send("Add this bot to your server: https://discord.com/oauth2/authorize?client_id=909103805264724038&permissions=274878203904&scope=bot")
|
await ctx.send("""Add this bot to your server: https://discord.com/oauth2/authorize?client_id=909103805264724038&permissions=274878203904&scope=bot
|
||||||
|
You can also join our official Discord server at https://discord.gg/NAdRyjykv8!""")
|
||||||
|
|
||||||
@bot.command(brief="gives information about a minecraft user")
|
@bot.command(brief="gives information about a minecraft user")
|
||||||
async def mc(ctx, *, name = None):
|
async def mc(ctx, *, name = None):
|
||||||
|
|
Loading…
Reference in a new issue