Skip to content

Commit

Permalink
fix: Fixed help command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkkermit committed Jun 23, 2024
1 parent 47674dd commit f02aa5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,6 @@ client.on(Events.InteractionCreate, async (interaction, err) => {
.addFields({ name: "• /chat", value: "> Chat with an AI modal." })
.addFields({ name: "• /change-prefix", value: "> Changes the bots prefix in your server." })
.addFields({ name: "• /clear", value: "> Clears a specified amount of messages." })
.addFields({ name: "• /coin-flip", value: "> Flips a coin." })

.setImage('https://i.postimg.cc/8CbGp6D5/Screenshot-300.png')
.setTimestamp();
Expand Down

0 comments on commit f02aa5b

Please sign in to comment.