Skip to content

Commit

Permalink
(#54) Fix typo
Browse files Browse the repository at this point in the history
Fixes #54
  • Loading branch information
mkevenaar committed Jun 12, 2022
1 parent 336f3a2 commit 04a4c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charliespring",
"version": "0.2.0",
"version": "0.2.1",
"description": "A discord bot for our HeartStopper server",
"main": "src/index.js",
"private": "true",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/admin/webtoons.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const data = new SlashCommandBuilder()
.addBooleanOption((enable) => {
return enable
.setName('enable')
.setDescription('Enable (true) or disable (false) the reaction roles, default disabled')
.setDescription('Enable (true) or disable (false) the webtoons, default disabled')
.setRequired(false);
});
})
Expand Down

0 comments on commit 04a4c2c

Please sign in to comment.