mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Removing error handler and prints from the code
This commit is contained in:
3
main.py
3
main.py
@@ -3,7 +3,6 @@ import discord
|
||||
|
||||
from config import config
|
||||
from discord.ext import commands
|
||||
from vulkanbot.ErrorHandler import ErrorHandler
|
||||
|
||||
|
||||
intents = discord.Intents.default()
|
||||
@@ -22,8 +21,6 @@ if __name__ == '__main__':
|
||||
print("Error: No bot token!")
|
||||
exit()
|
||||
|
||||
bot.log_error = ErrorHandler('errors')
|
||||
|
||||
for extension in config.INITIAL_EXTENSIONS:
|
||||
try:
|
||||
bot.load_extension(extension)
|
||||
|
||||
Reference in New Issue
Block a user