mirror of
https://github.com/JustusPlays78/DiscordBot.git
synced 2025-04-29 05:35:35 +00:00
28 lines
658 B
Markdown
28 lines
658 B
Markdown
# DiscordBot
|
|
This Discord bot is being done for some private things but made it available for everyone.
|
|
|
|
## Features
|
|
- API Endpoints:
|
|
- /add-role:
|
|
- Method: POST
|
|
- Headers: Content-Type: application/json
|
|
- Body {
|
|
"guildId": "yourGuildID",
|
|
"userId": "UserID",
|
|
"roleId": "RoleID"
|
|
}
|
|
- /add-role:
|
|
- Method: POST
|
|
- Headers: Content-Type: application/json
|
|
- Body {
|
|
"guildId": "yourGuildID",
|
|
"userId": "UserID",
|
|
"roleId": "RoleID"
|
|
}
|
|
- Save Origin: declare an origin from where Request can come
|
|
|
|
ToDo:
|
|
- Fetch Text from Repo
|
|
- Filter Text
|
|
- Add Text to Embed
|
|
- Logs for server environment |