diff --git a/main-bot.py b/main-bot.py index f4b0573..ebb1527 100644 --- a/main-bot.py +++ b/main-bot.py @@ -48,6 +48,7 @@ async def say(interaction:discord.Interaction,id:str,message:str): async def say_message(userid:int, guildid:int, shortname:str, message:str,channel:discord.TextChannel): + print("HELLOWORODL") res = await bot.db.execute("SELECT * FROM personnages WHERE uuid=? AND (guild_id=? OR guild_id IS NULL) AND nom_court=?",(userid,guildid,shortname)) row = await res.fetchone() await res.close()