misc(moderation): changed the message sent by creating a table
All checks were successful
Pylint / Pylint (push) Successful in 1m12s
All checks were successful
Pylint / Pylint (push) Successful in 1m12s
This commit is contained in:
parent
77c5d6a22a
commit
7aaabfa14c
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class Moderation(commands.Cog):
|
|||
cursor.execute(insert_query, insert_values)
|
||||
database.commit()
|
||||
database.close()
|
||||
logging.info("MySQL Table created for %s (%s)\nmoderation_%s", guild.name, guild.id, guild.id)
|
||||
logging.info("MySQL Table (moderation_%s) created for %s (%s)", guild.id, guild.name, guild.id)
|
||||
else:
|
||||
database.close()
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue