diff --git a/README.md b/README.md index 4a43366..74689b3 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ -# DiscordChangelogBot \ No newline at end of file +# 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 \ No newline at end of file