diff --git a/README.md b/README.md index 076e16a..9aa1b30 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,12 @@ module.exports = { }; +# ยด/commands` for the discord-bo` + +| Command | Description | +| ------- | ----------- | +| /ping | Responds with "Pong". This is a simple test command to check if the bot is responding. | +| /user | Returns information about the calling user. Depending on the implementation, this can include the username, ID, role, and other relevant information. | +| /timer | Starts, stops, or checks a timer. `/timer start` starts the timer, `/timer stop` stops the timer and displays the elapsed time, and `/timer check` displays the currently elapsed time since the start of the timer. | +