Update chat.py

This commit is contained in:
Paillat
2022-12-19 20:24:51 +01:00
parent 1a1beba419
commit 9e18cc03f2

View File

@@ -153,6 +153,7 @@ async def on_message_process(message: discord.Message, self: Chat):
print(f"{gmt_time}") print(f"{gmt_time}")
print({msg.content}) print({msg.content})
prompt += f"{msg.author} ({gmt_time} GMT-0): {msg.content}\n" prompt += f"{msg.author} ({gmt_time} GMT-0): {msg.content}\n"
print(prompt)
#get the prompt_prefix from the database #get the prompt_prefix from the database
#check if the bot is in pretend mode #check if the bot is in pretend mode
c.execute("SELECT pretend_enabled FROM data WHERE guild_id = ?", (message.guild.id,)) c.execute("SELECT pretend_enabled FROM data WHERE guild_id = ?", (message.guild.id,))