Audacity is a community of gamers, streamers, DJ's, and content creators. This bot is designed to help the community grow and thrive.
- ChatGPT Integration
- Community Polls and Tip system
- Event Calendar Notifications and Scheduling
- Game Tournament Rosters
- VRChat Event Notifications and Scheduling
Please keep in mind this Bot is still in development. If you have any suggestions or issues please open an issue on this repository.
Ensure you have Python 3.8 or higher installed on your server.
- Open a command line and Clone this repository
git clone https://github.com/AllenKafchinski/AudacityDiscordBot- Install the dependencies
pip install -r requirements.txt- Use the .env.template to create a .env file (delete the .template extension from the filename)
- Run the bot
cd botpip run bot.py