warn about the query being broken

This commit is contained in:
lickthecheese 2020-04-09 18:56:51 -04:00
parent 46d8e97a3e
commit 4f303d29ea
2 changed files with 2 additions and 1 deletions

3
bot.py
View file

@ -57,7 +57,8 @@ class Oven(pydle.Client):
return admin
async def on_private_message(self, trash, source, msg):
await self.on_message(source, source, msg)
if source != self.nickname:
await self.message(source, 'Beep beep boop! im a bot, but i do not like privmsgs, please go to #bots or another channel that i am in!')
if __name__ == "__main__":