FIXED THINGS

This commit is contained in:
Paillat
2023-05-05 13:28:27 +02:00
parent bee3680e63
commit 88e9acba80
2 changed files with 11 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ def get_guild_data(message):
guild_data = {}
guid = mg_to_guid(message)
try:
con_premium.execute(
curs_premium.execute(
"SELECT * FROM data WHERE guild_id = ?", (guid,)
) # get the data of the guild
except: