Update makeprompt.py

This commit is contained in:
Paillat
2023-03-06 22:51:20 +01:00
parent 20cb9fb3b1
commit ff0b73cbd9

View File

@@ -76,6 +76,7 @@ async def chat_process(self, message):
# if the message starts with - or // it's a comment and we return
if message.content.startswith("-") or message.content.startswith("//"): return
await message.channel.trigger_typing()
# if the message is not in the owner's guild we update the usage count
if message.guild.id != 1021872219888033903: