diff --git a/README.md b/README.md index 29590d0..cff8359 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Working commands: - !-Help - !-Ping - !-CreateChannel *Channel_Name* (*User_limit*) +- !-Guides - !-ShowSettings - !-ChangePrefix *prefix* - !-ChangeLogChannel *channelID* | Change text channel id in which bot sends logs @@ -26,12 +27,14 @@ Working commands: - !-ChangeGameRoles *role ids* | As ChangeWCs - !-ChangeRoleChannel *channel id* | Change id of channel where is located message for autorole - !-ChangeRoleMessage *message id* | Change id of message for autorole - -Focus: -- Guides +- !-BaseGuide +- !-VoiceChannelsGuide +- !-GameRolesGuide ToDo: - !-Mute *username* *time* *Unit* | example !-mute @User313#4584 313s - !-Unmute *username* -- Music \ No newline at end of file +- Music +- Fix a bug related to the removal of roles +- Fix a bug related to display IDs in command !-showsettings \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2ddb6ae..c4be947 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sent-discord-bot", - "version": "0.1.21", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d65279..811f809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sent-discord-bot", - "version": "0.1.21", + "version": "0.2.0", "description": "It is Sent Discord Bot", "main": "src/app.js", "author": { diff --git a/src/commands/info/help.js b/src/commands/info/help.js index ab3a723..eede7f4 100644 --- a/src/commands/info/help.js +++ b/src/commands/info/help.js @@ -28,6 +28,7 @@ exports.run = (client, message, args) => { //`${p}mute *user* *time**Unit*\n` + //`// *Unit* (time unit) can be s, m, h, d. for example ${p}mute @N0Name#4213 666h\n` + //`${p}unmute *user*\n` + + `${p}Guides | гайдЫ ЫЫЫ\n` + `${p}ShowSettings\n` + `${p}ChangePrefix *prefix*\n`+ `${p}ChangeLogChannel *ID*\n`+