https://github.com/simmsb/mathsoc-bot
https://github.com/simmsb/mathsoc-bot
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simmsb/mathsoc-bot
- Owner: simmsb
- Created: 2020-08-16T22:49:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T01:15:54.000Z (over 5 years ago)
- Last Synced: 2025-04-22T00:03:17.215Z (about 1 year ago)
- Language: Python
- Size: 572 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mathsoc-bot
# discord setup
- All permissions should be denied for the @everyone role.
- Create a 'verified' role that gives view channels/ send messages, etc. Set
`VERIFIED_ROLE_ID` to be the ID of that role.
- Optionally create a channel with an override for @everyone giving view message
and view message history permissions and put some info in there on how to
verify.
# secrets setup
- Create a copy of `.env.example` as `.env` and fill in the secrets
- TOKEN_SECRET` can be generated using `poetry run gen_tokens`
# poetry setup
https://github.com/sdispater/poetry
`poetry install`
# running the bot using docker compose
`docker-compose up -d`