forked from blizzthewolf/SeaCogs
fix(moderation): logger fix
This commit is contained in:
parent
5a53e3327b
commit
9cbe87bd66
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ async def create_guild_table(guild: Guild):
|
||||||
database.commit()
|
database.commit()
|
||||||
|
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"SQLite Table (moderation_?) created for ? (?)",
|
"SQLite Table (moderation_%s) created for %s (%s)",
|
||||||
guild.id,
|
guild.id,
|
||||||
guild.name,
|
guild.name,
|
||||||
guild.id,
|
guild.id,
|
||||||
|
|
Loading…
Reference in a new issue