The group of people who originally created this bot are no longer undergraduates, and for some no longer at University Côte d'Azur. That's why we need you to maintain this bot and make sure it keeps working for years to come. We count on you.
Welcome to the "Licence Informatique@UCA" discord bot repo 🎉. This bot is primarily used on the "Licence Informatique@UCA" discord server. Which is the discord server for the bachelor in computer science at University Côte D'Azur (Nice, France).
Feel free to fork this project change whatever you want 😉 And don't forget to open a pull request!
-
Channel management Use the
/cours
command to create a new category with:- An announcement channel
- A general text channel
- A general voice channel
This command also creates a new Role to add to the role picker.
Other features are yet to be implemented
- Install dependencies with
python3 -m pip install -r requirements.txt
- Copy the
.env.example
to.env
and fill in the appropriate values - Run
main.py