From 591e8b6a0eb0dd3199ef0f5380d9c01acfa3897a Mon Sep 17 00:00:00 2001 From: Jasper Claus <97516104+Jasper-Claus@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:26:51 +0200 Subject: [PATCH] =?UTF-8?q?Aktualisiere=20Befehl=20f=C3=BCr=20Timer,=20um?= =?UTF-8?q?=20Start-=20und=20Stoppaktionen=20zu=20unterst=C3=BCtzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. | +