A waffle that assists your study group by offering structure, reorganizing files, AI question answering, and more!
Ensure you have installed Python 3.8 or higher. Then, follow these steps:
git clone https://github.com/trc0214/allpass-waffle.git ./allpass-waffle
cd ./allpass-waffle
python -m venv env
CALL env/scripts/activate.bat
pip install -r requirements.txt
Copy the .env.example file to .env and update the environment variables as needed.
cp .env.example .env
To use the bot, follow these steps:
- Ensure you have set the
DISCORD_TOKENin your.envfile. - Run the bot using the following command:
py main.py - Use the following commands in your Discord server:
$load <extension>: Load a specific cog.$unload <extension>: Unload a specific cog.$reload <extension>: Reload a specific cog./add_category <category_name>: Add a new category with predefined channels./delete_category <category_name>: Delete an existing category and its channels.
To contribute to this project:
- Fork the repository.
- Create a new branch (
git checkout -b feat/feature-branch). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or feedback, please contact the project maintainer at [timray0214@gmail.com].