File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,10 @@ Please remove the hash after copying these codes
27
27
```
28
28
const modmail = require('modmail.js') #
29
29
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
+
33
34
```
34
35
#### Startup
35
36
Power Up The Modmail Bot
@@ -57,7 +58,7 @@ Command Breakdown
57
58
` ! ` - Prefix
58
59
` reply ` - Command
59
60
` 123456677544 ` - User ID
60
- ` Hello ` - message
61
+ ` Hello < 2000 Words ` - message
61
62
62
63
63
64
@@ -78,6 +79,9 @@ Having problem ?
78
79
Bot does not have permission to send message/react
79
80
- User
80
81
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
81
85
82
86
83
87
#### Plugins
You can’t perform that action at this time.
0 commit comments