You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Replace `BOT_TOKEN` as your discord bot token, `INBOX_CHANNEL_ID` as a modmail inbox channel's id, `CLIENT_INTENTS` as Array Of [Privileged Intents Flags](https://botstudios.github.io/modmail.js/privileged-intents) and `BOT_PREFIX` as your [bot prefix](https://botstudios.github.io/modmail.js/prefix)
61
-
62
-
2. You're all set ! Now you just have to run the the bot. `e.g node index.js`, `e.g node bot.js`.
63
-
64
-
> [email protected] and above is required for this module. [Learn More](https://modmail.js.org)
65
-
66
-
#### How to use
67
-
68
-
1. Allow private message from server members `default:allowed`
69
-
70
-
2. DM ( Direct Message ) Your Bot And It will react ✅ to your message
71
-
72
-
3. Check Your Inbox Channel, See If There's Anything
73
-
74
-
**To Reply A User**
75
-
76
-
-`<PREFIX>reply <USER_ID> <YOUR_MESSAGE>` e.g. `!reply 123456677544 Hello`
77
-
78
-
Please Read Our [Docs](https://botstudios.github.io/modmail.js) To Learn More.
0 commit comments