convert Moderation to sqlite3 (and rename it to Aurora) #12

Merged
cswimr merged 16 commits from sqlite3 into main 2023-12-28 05:22:52 -05:00
Showing only changes of commit 9cbe87bd66 - Show all commits

View file

@ -93,7 +93,7 @@ async def create_guild_table(guild: Guild):
database.commit()
logger.debug(
"SQLite Table (moderation_?) created for ? (?)",
"SQLite Table (moderation_%s) created for %s (%s)",
guild.id,
guild.name,
guild.id,