fixing !rank currency

This commit is contained in:
2025-06-27 10:41:07 +07:00
parent bb751efc27
commit d27c787cdf
3 changed files with 5 additions and 6 deletions
-3
View File
@@ -40,9 +40,6 @@ class PostgresConnection:
# Tạo client với SSL context
self.supabase: Client = create_client(url, key)
# Test connection
self.supabase.table('discord_server').select('count').limit(1).execute()
print("Successfully connected to Supabase!")
except Exception as e:
raise Exception(f"Failed to connect to Supabase: {str(e)}")