A discord bot written in python using discord.py
By default the bot is configured to write the log to a discord.log
file in the root of the project directory. To access the logger from within a module, the logger is exposed as the logger
property of the bot
instance.
Example (within module):
@commands.command()
async def example(self, context: commands.Context):
self.bot.logger.info("Here you can write to the logger.")
pip install -r requirements.txt
- Copy
.env.dist
to.env
- Edit the parameters (e.g. TOKEN, etc.)
python main.py
- automatic reloading of modules (reload command)
- docker image for easy deploying
- music features
- music queue