Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Claus committed Apr 16, 2024
1 parent 70fd477 commit 0be5f55
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -32,7 +25,7 @@ module.exports = {
};


# ´/commands` for the discord-bot`
# /commands for the discord-bot`
| Command | Description |
| ------- | ----------- |
Expand Down

0 comments on commit 0be5f55

Please sign in to comment.