This commit is contained in:
GZod01 2024-12-16 13:47:13 +01:00
parent 69eb415361
commit 010531afe2

View file

@ -59,7 +59,7 @@ class PersoCommands(app_commands.Group):
print(image.filename)
print(image.url)
try:
res
res=None
if global_character:
res = await self.bot.db.execute("INSERT INTO personnages (nom_court,nom_complet,histoire,pouvoirs,age,sexe,uuid,image) VALUES (?,?,?,?,?,?,?,?)",(nom_court,nom_complet,histoire,pouvoirs,age,sexe,uuid,perso_image_url))
else: