This commit is contained in:
Luna 2022-08-13 22:50:30 -03:00
parent b5b168c388
commit 2e346eb350
1 changed files with 1 additions and 2 deletions

View File

@ -447,8 +447,7 @@ class Storage:
FROM guilds
WHERE guild.id = $1
""",
guild_id,
row["guild_id"],
int(row["guild_id"]),
)
# see https://gitlab.com/litecord/litecord/-/issues/130