Skip to content

Commit

Permalink
Aktualisiere Befehl für Timer, um Start- und Stoppaktionen zu unterst…
Browse files Browse the repository at this point in the history
…ützen
  • Loading branch information
Jasper-Claus committed Apr 16, 2024
1 parent da55d82 commit 591e8b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |


0 comments on commit 591e8b6

Please sign in to comment.