This is a Discord chatbot written in Python that gives healthy lifestyle suggestions.
To run this code you will need:
- Python 3
- Discord Py library
Basic instructions:
- Clone this repository.
- Install Python 3 and pip.
- Install the Discord Py library with pip.
- Create a Discord bot via the Discord Developers website and obtain a bot token.
- Replace 'your-bot-token-here' in bot/bot.py with your bot token.
- Run bot/bot.py. Your bot should now be online in your Discord server.