1
0
Fork 0
mirror of synced 2024-09-29 08:51:53 +13:00

Have bot sending the boops list to see why it's erroring

This commit is contained in:
Phxntxm 2016-07-18 14:36:04 -05:00
parent 9b393d544a
commit f937b17539

View file

@ -172,6 +172,7 @@ class Interaction:
await self.bot.say(fmt.format(booper, boopee, amount))
else:
await self.bot.say("I was unable to save this data")
await self.bot.whisper("```{}```".format(boops))
def setup(bot):