mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
Update chat.py
This commit is contained in:
@@ -151,7 +151,7 @@ async def on_message_process(message: discord.Message, self: Chat):
|
|||||||
#get the gmt time the message was sent
|
#get the gmt time the message was sent
|
||||||
gmt_time = message.created_at.strftime("%Y-%m-%d %H:%M:%S")
|
gmt_time = message.created_at.strftime("%Y-%m-%d %H:%M:%S")
|
||||||
print(f"{gmt_time}")
|
print(f"{gmt_time}")
|
||||||
prompt += f"{msg.author.name} ({gmt_time} GMT-0): {msg.content}\n"
|
prompt += f"{msg.author} ({gmt_time} GMT-0): {msg.content}\n"
|
||||||
#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,))
|
||||||
|
|||||||
Reference in New Issue
Block a user