Bot to help make internal processes easier within the Women in Engineering community!
- /assign_role - add member to a subteam role
- /unassign_role - remove member from a subteam role
- /subteam_info - view all members + their subteam role
- /assign_past_directors - Gives everyone with the Director role the Past Director role
- /year_to_alumni - Give everyone in a specified year role the Alumni role
- /remove_all_directors - Remove Director role & subroles from everyone with Director role (except execs, faculty & wie reps)
- Fork the repo
- Create a branch:
git checkout -b feature-name - Make your changes
- Commit:
git commit -m "Description of change" - Push to your fork
- Open a Pull Request to
main - Ask someone from the exec team to review your code!
python3 -m venv venvsource venv/bin/activatepip install -r requirements.txtRun either:python main.py --token "MY_PROD_TOKEN"orpython main.pyand place the DISCORD_TOKEN in a .env file- when you see
slash commands are now syncedin the terminal, it means you can go to the WiE discord and start using the bot
Through Waterloo Computer Science Club