1
0
Fork 0
mirror of synced 2024-05-03 12:12:31 +12:00

Correct mostboops command

This commit is contained in:
phxntxm 2019-01-27 21:26:32 -06:00
parent f8a3b64928
commit a2bbe427be

View file

@ -188,11 +188,6 @@ LIMIT 1
members = [m.id for m in ctx.guild.members]
most = await self.bot.db.fetchrow(query, ctx.author.id, members)
boops = self.bot.db.load('boops', key=ctx.message.author.id)
if boops is None or "boops" not in boops:
await ctx.send("You have not booped anyone {} Why the heck not...?".format(ctx.message.author.mention))
return
if len(most) == 0:
await ctx.send(f"You have not booped anyone in this server {ctx.author.mention}")
else: