strinking / mawabot

A Discord selfbot to do tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make logger not be needed to be passed to the bot

Ma-wa-re opened this issue · comments

Make logger like how discord.py logging works. This will remove the need of self.bot.logger.info() and replace it with logger = logging.get_logger(__name__) and then logger.info() to make logs. Doing this will also make it easier to see what part of the code the log is from

Done in #7