Skip to content
This repository was archived by the owner on Apr 3, 2021. It is now read-only.

Commit e057467

Browse files
committed
Update help and README. v0.2.0
1 parent 4d1b5ad commit e057467

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Working commands:
1313
- !-Help
1414
- !-Ping
1515
- !-CreateChannel *Channel_Name* (*User_limit*)
16+
- !-Guides
1617
- !-ShowSettings
1718
- !-ChangePrefix *prefix*
1819
- !-ChangeLogChannel *channelID* | Change text channel id in which bot sends logs
@@ -26,12 +27,14 @@ Working commands:
2627
- !-ChangeGameRoles *role ids* | As ChangeWCs
2728
- !-ChangeRoleChannel *channel id* | Change id of channel where is located message for autorole
2829
- !-ChangeRoleMessage *message id* | Change id of message for autorole
29-
30-
Focus:
31-
- Guides
30+
- !-BaseGuide
31+
- !-VoiceChannelsGuide
32+
- !-GameRolesGuide
3233

3334

3435
ToDo:
3536
- !-Mute *username* *time* *Unit* | example !-mute @User313#4584 313s
3637
- !-Unmute *username*
37-
- Music
38+
- Music
39+
- Fix a bug related to the removal of roles
40+
- Fix a bug related to display IDs in command !-showsettings

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sent-discord-bot",
3-
"version": "0.1.21",
3+
"version": "0.2.0",
44
"description": "It is Sent Discord Bot",
55
"main": "src/app.js",
66
"author": {

src/commands/info/help.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ exports.run = (client, message, args) => {
2828
//`${p}mute *user* *time**Unit*\n` +
2929
//`// *Unit* (time unit) can be s, m, h, d. for example ${p}mute @N0Name#4213 666h\n` +
3030
//`${p}unmute *user*\n` +
31+
`${p}Guides | гайдЫ ЫЫЫ\n` +
3132
`${p}ShowSettings\n` +
3233
`${p}ChangePrefix *prefix*\n`+
3334
`${p}ChangeLogChannel *ID*\n`+

0 commit comments

Comments
 (0)