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

Commit

Permalink
Update help and README. v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xefise committed Dec 13, 2019
1 parent 4d1b5ad commit e057467
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
- Music
- Fix a bug related to the removal of roles
- Fix a bug related to display IDs in command !-showsettings
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 1 addition & 0 deletions src/commands/info/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`+
Expand Down

0 comments on commit e057467

Please sign in to comment.