This commit is contained in:
Luna 2023-05-26 18:58:40 -03:00
parent bb8621ba72
commit 640db366a4
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ class Storage:
"""
SELECT region
FROM guilds
WHERE guild.id = $1
WHERE guilds.id = $1
""",
int(row["guild_id"]),
)