From 0be5f553ec4b9bff968247e09da13b2d3471c498 Mon Sep 17 00:00:00 2001 From: Jasper Claus <97516104+Jasper-Claus@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:36:09 +0200 Subject: [PATCH] test --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b9aede..975844a 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,6 @@ This Discord bot was developed with Node JS to practice programming and testing The challenge is to program another 'slash' command within 30 minutes. If the command works, create a pull request. So get started and expand the bot according to your ideas. I look forward to your ideas. -# ´/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. | # Creating a new Slash Command To create a new slash command, you need to follow these steps: @@ -32,7 +25,7 @@ module.exports = { }; -# ´/commands` for the discord-bot` +# /commands for the discord-bot` | Command | Description | | ------- | ----------- |