misc(moderation): changed an error message
All checks were successful
Pylint / Pylint (push) Successful in 1m13s
All checks were successful
Pylint / Pylint (push) Successful in 1m13s
This commit is contained in:
parent
645de0abd8
commit
f6868c6c48
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class Moderation(commands.Cog):
|
|||
'mysql_password'
|
||||
])
|
||||
if conf:
|
||||
logging.fatal("Failed to create a table for %s, due to MySQL connection configuration being unset.", guild.id)
|
||||
logging.error("Failed to create a table for %s, due to MySQL connection configuration being unset.", guild.id)
|
||||
return
|
||||
try:
|
||||
await self.create_guild_table(guild)
|
||||
|
|
Loading…
Reference in a new issue