Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suryasekhar14/mun-2021-discord-bot
A Discord Bot for IEM MUN 2021 Official Discord Server. Mainly used to take Attendance. Written using Python3.
https://github.com/suryasekhar14/mun-2021-discord-bot
discord-bot discord-py python3
Last synced: 5 days ago
JSON representation
A Discord Bot for IEM MUN 2021 Official Discord Server. Mainly used to take Attendance. Written using Python3.
- Host: GitHub
- URL: https://github.com/suryasekhar14/mun-2021-discord-bot
- Owner: SuryaSekhar14
- License: mit
- Created: 2021-05-17T09:45:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T13:42:35.000Z (over 3 years ago)
- Last Synced: 2023-03-11T10:18:03.359Z (over 1 year ago)
- Topics: discord-bot, discord-py, python3
- Language: Python
- Homepage:
- Size: 279 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MUN-2021-Discord-Bot
### A Discord Bot for IEM MUN 2021 Official Discord Server
### Dependency Installation -
```bash
pip3 install -r requirements.txt
```### Attendance Formats
1. Attendance Name Stream Year Team-Name
2. Attendance Name Surname Stream Year Team-Name
3. Attendance Name MiddleName Surname Stream Year Team-Name
4. Attendance Name MiddleName Surname Surname2 Stream Year Team-Name
=======**P.S - "Attendance" is the initialiser, please maintain the spelling and case.**
**N.B - Compulsory to be Joined into a Voice Channel(as mentioned) for the Attendance to be counted**### Samples -
```bash
Attendance First-Name Surname Stream Year Team-Name
``````bash
Attendance First-Name Middle-Name Surname Stream Year Team-Name
```
```bash
Attendance Name MiddleName Surname Stream Year Team-Name
``````bash
Attendance Name MiddleName Surname Surname2 Stream Year Team-Name
```