Skip to content

monashcoding/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License

mac-discord-bot

The in-house discord bot, designed by the Monash Association of Coding (MAC). It can give information on unit requisites.

Acknowledgements

Contributing

Contributions are always welcome! Create an issue, with a pull request if you have an addition, bug fix or something else.

Installation

Feel free to set up a virtual environment, or otherwise. Then install the required requisites:

pip install -r requirements.txt

Environment Variables

To run this project, you will need to add a Discord application token to your .env file.

token=....

Note that this token requires the bot scope, in addition to general message reading permissions when inviting it. Additionally, grant it all three types of privileged gateway intents.

Run Locally

After installing the required libraries and inserting your token, simply run the bot.py file, and invite it as needed.

Roadmap

  • Add Specialisations for querying

  • Add Courses for querying

  • Add job search functionality from certain companies

License

MIT

Authors

Releases

No releases published

Packages

No packages published

Languages