Browse Source

Merge remote-tracking branch 'origin/master'

pull/16/head
DrBot7 3 years ago
parent
commit
b478d7dbb9
  1. 4
      bot.py

4
bot.py

@ -68,6 +68,10 @@ async def on_message(message):
async def ping(ctx):
await ctx.send(f'Birdflop bot ping is {round(bot.latency * 1000)}ms')
@bot.command()
async def ping(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)
@has_permissions(administrator=True)
async def react(ctx, url, reaction):

Loading…
Cancel
Save