misc(moderation): changed an error message
All checks were successful
Pylint / Pylint (push) Successful in 1m13s

This commit is contained in:
Seaswimmer 2023-10-04 17:08:42 -04:00
parent 645de0abd8
commit f6868c6c48
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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)