mirror of
https://github.com/JustusPlays78/DiscordBot.git
synced 2025-06-27 21:35:16 +00:00
updated Readme
This commit is contained in:
28
README.md
28
README.md
@ -1 +1,27 @@
|
|||||||
# DiscordChangelogBot
|
# 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"
|
||||||
|
}
|
||||||
|
|
||||||
|
ToDo:
|
||||||
|
- Fetch Text from Repo
|
||||||
|
- Filter Text
|
||||||
|
- Add Text to Embed
|
||||||
|
- Logs for server environment
|
Reference in New Issue
Block a user