Stylish update

This commit is contained in:
Rafael Vargas
2022-01-01 14:11:25 -04:00
parent f9cf452e90
commit 9c6e453227
17 changed files with 198 additions and 203 deletions

View File

@@ -22,7 +22,7 @@ if __name__ == '__main__':
print("Error: No bot token!")
exit()
bot.log_error = ErrorHandler('errors') # Creating the error handler
bot.log_error = ErrorHandler('errors')
for extension in config.INITIAL_EXTENSIONS:
try: