-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Is your feature request related to a problem? Please describe.
If there is something wrong with the bot, there is no way to know as of know. In order to get feedback from the bot, we need to manually go to the server where the bot is running and check the console history in order to get some feedback, in case there is one.
Describe the solution you'd like
The main idea for this feature is to implement a logger for the bot, where it would log into a specific channel only for this purpose on the discord server where the bot is in. In addition to this, there should also be a log file that is generated in the server where the bot is running. The second part has already been started, but it is not being in use at the moment. This can be seen in the log_setup.py script.