a
This commit is contained in:
parent
163d5725a5
commit
e476b5bd4c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class PersoCommands(app_commands.Group):
|
||||||
print(image.filename)
|
print(image.filename)
|
||||||
print(image.url)
|
print(image.url)
|
||||||
try:
|
try:
|
||||||
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))
|
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))
|
||||||
print(res)
|
print(res)
|
||||||
await res.close()
|
await res.close()
|
||||||
await self.bot.db.commit()
|
await self.bot.db.commit()
|
||||||
|
|
Loading…
Reference in a new issue