a
This commit is contained in:
parent
69eb415361
commit
010531afe2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue