Browse Source

removed debug prints

tags/v1.3.1
roxie 6 years ago
parent
commit
ef1824b1b0
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      cogs/admin.py

+ 0
- 4
cogs/admin.py View File

@@ -205,13 +205,9 @@ class Admin():
await self.bot.send_typing(ctx.message.channel)
if user == None:
output = ""
print("0")
for user in self.servers[ctx.message.server.id]["warnings"]:
print("1")
user_obj = await self.bot.get_user_info(user)
print("2")
output += "{}#{}: {} Warning(s)\n".format(user_obj.name, user_obj.discriminator, len(self.servers[ctx.message.server.id]["warnings"][user]))
print("3")
return await self.bot.say(output)



Loading…
Cancel
Save