Browse Source
Fix invite command
You had two ping commands registered.
pull/16/head
Frerduro
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
bot.py
|
|
@ -69,7 +69,7 @@ async def ping(ctx): |
|
|
|
await ctx.send(f'Birdflop bot ping is {round(bot.latency * 1000)}ms') |
|
|
|
|
|
|
|
@bot.command() |
|
|
|
async def ping(ctx): |
|
|
|
async def invite(ctx): |
|
|
|
await ctx.send('Invite me with this link:/nhttps://discord.com/oauth2/authorize?client_id=787929894616825867&permissions=0&scope=bot') |
|
|
|
|
|
|
|
@bot.command(name="react", pass_context=True) |
|
|
|