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 591e8b6 commit a42acff
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ 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. |
# ´/commands` for the discord-bot`

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 a42acff

Please sign in to comment.