Ver código fonte

removed stupid print MFInefdefed

tags/v1.7.0
Roxie Gibson 6 anos atrás
pai
commit
dd3741b4d9
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      roxbot/utils.py

+ 0
- 1
roxbot/utils.py Ver arquivo

@@ -7,7 +7,6 @@ async def delete_option(bot, ctx, message, delete_emoji, timeout=20):
await message.add_reaction(delete_emoji)

def check(r, u):
print(r.emoji)
return str(r) == str(delete_emoji) and u == ctx.author

try:

Carregando…
Cancelar
Salvar