a
This commit is contained in:
parent
ea1ab953c7
commit
b37e1e8242
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class PersoCommands(app_commands.Group):
|
|||
print(image.url)
|
||||
try:
|
||||
res=None
|
||||
res = await self.bot.db.execute("INSERT INTO personnages (nom_court,nom_complet,histoire,pouvoirs,age,sexe,uuid,image,universe,guild_id) VALUES (?,?,?,?,?,?,?,?)",(nom_court,nom_complet,histoire,pouvoirs,age,sexe,uuid,perso_image_url,universe_code,guild_id))
|
||||
res = await self.bot.db.execute("INSERT INTO personnages (nom_court,nom_complet,histoire,pouvoirs,age,sexe,uuid,image,universe,guild_id) VALUES (?,?,?,?,?,?,?,?,?,?)",(nom_court,nom_complet,histoire,pouvoirs,age,sexe,uuid,perso_image_url,universe_code,guild_id))
|
||||
print(res)
|
||||
await res.close()
|
||||
await self.bot.db.commit()
|
||||
|
|
Loading…
Reference in a new issue