Skip to content

Commit

Permalink
I forgot to add the new commands to the help command
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex22sv committed Aug 5, 2023
1 parent ea90129 commit 3daa004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commandDescriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ban": "Ban a Minecraft player on your server.",
"banip": "Ban the IP of a Minecraft player on your server.",
"botinfo": "Get information about the bot.",
"changeram": "Change the RAM of your server.",
"changeram": "Change the amount of RAM assigned to your server.",
"checkram": "Check the amount of RAM assigned to your server.",
"deop": "'Remove operators rights from players on your server.",
"dynip": "Get the Dinamic IP (DynIP) of your server.",
Expand Down
3 changes: 2 additions & 1 deletion src/commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ module.exports = {
{name:'ban-ip', value:'banip'},
{name:'ban', value:'ban'},
{name:'botinfo', value:'botinfo'},
{name:'change-ram', value:'changeram'},
{name:'check-ram', value:'checkram'},
{name:'deop', value:'deop'},
{name:'dynip', value:'dynip'},
{name:'execute', value:'execute'},
Expand All @@ -28,7 +30,6 @@ module.exports = {
{name:'op', value:'op'},
{name:'pardon-ip', value:'pardonip'},
{name:'pardon', value:'pardon'},
{name:'ram', value:'ram'},
{name:'restart', value:'restart'},
{name:'servers', value:'servers'},
{name:'start', value:'start'},
Expand Down

0 comments on commit 3daa004

Please sign in to comment.