https://github.com/naocoding/ntnu_cp2_2024_bot
National Taiwan Normal University (NTNU) 程式設計二測資機器人
https://github.com/naocoding/ntnu_cp2_2024_bot
Last synced: about 1 year ago
JSON representation
National Taiwan Normal University (NTNU) 程式設計二測資機器人
- Host: GitHub
- URL: https://github.com/naocoding/ntnu_cp2_2024_bot
- Owner: NaoCoding
- Created: 2024-03-19T08:58:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T08:43:26.000Z (over 1 year ago)
- Last Synced: 2025-01-13T08:12:58.458Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Invite Bot to your Discord server](https://discord.com/oauth2/authorize?client_id=1219295687204667433&permissions=8&scope=bot)
```
About this bot : Discord bot for NTNU CP2 course 2024
Functions :
Receiving commands from user via discord server text channel or direct messages to bot.
Notice that you should not consider bot's reply as standard answer since all the replies
from bot are connected to my code, which means I cannot guarantee that the answer is 100% right.
Therefore, you should not argue with TAs while the answers from bot are different from TAs'
How to send command to the bot:
By discord. Both dm and server's command are working.
P.S.
Sometimes the bot might be offline, please contact me and I will fix it as soon as possible.
The bot may be terminated after the course/sememster end, but I will make sure
it comes after I published the source code.
```
[Command list](https://github.com/NaoCoding/NTNU_CP2_2024_bot/blob/main/command_list.md)
[Update Log](https://github.com/NaoCoding/NTNU_CP2_2024_bot/blob/main/Update_log.md)
### Latest update log (Related to Homework which still progessing)
```
Update log (general):
2024.04.13 [Update] Add Compile function for testing your code in linux environment
```



