From 5980af162b6ce88cac581afbda3a2f82d1a289b7 Mon Sep 17 00:00:00 2001 From: destruc7i0n Date: Fri, 25 Nov 2022 12:48:38 -0500 Subject: list required intents #62 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba789ef..88acae8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Ensure you have Node v16.6+ installed. You can check the version you have instal Create a Discord bot here: https://discordapp.com/developers/applications/me +* Important: Ensure that the Bot has the **Server Members Intent** and the **Message Content Intent** (available on the "Bot" tab in your Application settings) + Then, add the bot to your Discord server using the following link, replace the Client ID with that of your bot. ``` https://discordapp.com/oauth2/authorize?client_id=&scope=bot -- cgit 1.4.1 m> dontfiles
summary refs log tree commit diff
Commit message (Collapse)Author
2019-02-09Avoid using SGRReset and IRCResetJune McEnroe
2019-02-08Use X macros for hi classesJune McEnroe
2019-02-08Don't open folds when using {}June McEnroe
2019-02-08Add sh syntax to hiJune McEnroe
2019-02-08Use [] to quote special characters in regexJune McEnroe
This looks much cleaner than having to double-escape backslash.
2019-02-08Improve ANSI output and base IRC on itJune McEnroe
2019-02-08Add hi -nJune McEnroe
2019-02-08Elaborate hi man pageJune McEnroe
2019-02-08Use set for parent in hiJune McEnroe
2019-02-08Switch back to semantic keyword grouping in hiJune McEnroe
2019-02-08Match only the basename in hiJune McEnroe
2019-02-07Add mdoc syntax to hiJune McEnroe
2019-02-07Support multi-line C macros in hiJune McEnroe
2019-02-07Detect .mk files as makeJune McEnroe
2019-02-07Add make syntax to hiJune McEnroe
2019-02-07Add IRC output to hiJune McEnroe
2019-02-07Improve C syntax accuracy and add Format classJune McEnroe
2019-02-07Factor out hi checkJune McEnroe
Fix subexpression bounds check and compile pattends.
2019-02-07Add Escape class to hiJune McEnroe
2019-02-07Add Todo class and parent syntax constraintJune McEnroe