Skip to content

Commit dc6efd8

Browse files
author
Joe Lee Official
authored
Update README.md
1 parent c193f8f commit dc6efd8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ Please remove the hash after copying these codes
2727
```
2828
const modmail = require('modmail.js') #
2929
30-
modmail.on('BOT_TOKEN') #
31-
modmail.inbox('Inbox_Channel_ID') #
32-
modmail.prefix('BOT_PREFIX') #
30+
modmail.prefix('BOT_PREFIX') # must defined prefix
31+
modmail.inbox('Inbox_Channel_ID') # and inbox before token
32+
modmail.on('BOT_TOKEN') #
33+
3334
```
3435
#### Startup
3536
Power Up The Modmail Bot
@@ -57,7 +58,7 @@ Command Breakdown
5758
`!` - Prefix
5859
`reply` - Command
5960
`123456677544` - User ID
60-
`Hello` - message
61+
`Hello < 2000 Words` - message
6162

6263

6364

@@ -78,6 +79,9 @@ Having problem ?
7879
Bot does not have permission to send message/react
7980
- User
8081
User does not allow private messsage from server members
82+
83+
3. Which Permission The Bot Is Missing ?
84+
- Run `<PREFIX>check` command, A List Of Permissions That Are Require Will Be Listed
8185

8286

8387
#### Plugins

0 commit comments

Comments
 (0)