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
To get a token and the bot to join your server, follow these two guides:
128
-
<TxAnchorhref="https://discordjs.guide/preparations/setting-up-a-bot-application.html">Setting up a bot application</TxAnchor> and <TxAnchorhref="https://discordjs.guide/preparations/adding-your-bot-to-servers.html">Adding your bot to servers</TxAnchor><br/>
127
+
To get a token and the bot to join your server, follow these two guides:<br/>
128
+
<TxAnchorhref="https://discordjs.guide/preparations/setting-up-a-bot-application.html">Setting up a bot application</TxAnchor> and <TxAnchorhref="https://discordjs.guide/preparations/adding-your-bot-to-servers.html">Adding your bot to servers</TxAnchor><br/>
129
129
<strong>Note:</strong> Do not reuse the same token for another bot. <br/>
130
-
<strong>Note:</strong> The bot requires the <strong>Server Members</strong> intent, which can be set at the
<strong>Note:</strong> The bot requires the <strong>Server Members</strong> intent, which can be set at the <TxAnchorhref="https://discord.com/developers/applications">Discord Developer Portal</TxAnchor>.
The ID of the Discord Server (also known as Discord Guild). <br/>
145
-
To get the Server ID, go to Discord's settings and
146
-
<TxAnchorhref="https://support.discordapp.com/hc/article_attachments/115002742731/mceclip0.png"> enable developer mode</TxAnchor>, then right-click on the guild icon select "Copy ID".
144
+
To get the Server ID, go to Discord's settings and <TxAnchorhref="https://support.discordapp.com/hc/article_attachments/115002742731/mceclip0.png">enable developer mode</TxAnchor>, then right-click on the guild icon select "Copy ID".
The ID of the channel to send Announcements (eg server restarts). <br/>
160
158
You can leave it blank to disable this feature. <br/>
161
-
To get the channel ID, go to Discord's settings and
162
-
<TxAnchorhref="https://support.discordapp.com/hc/article_attachments/115002742731/mceclip0.png"> enable developer mode</TxAnchor>, then right-click on the channel name and select "Copy ID".
159
+
To get the channel ID, go to Discord's settings and <TxAnchorhref="https://support.discordapp.com/hc/article_attachments/115002742731/mceclip0.png">enable developer mode</TxAnchor>, then right-click on the channel name and select "Copy ID".
Suppresses the display of announcements, allowing you to implement your own announcement via the event <InlineCode>txAdmin:events:announcement</InlineCode>.
Suppresses the display of direct messages, allowing you to implement your own direct message notification via the event <InlineCode>txAdmin:events:playerDirectMessage</InlineCode>.
Suppresses the display of scheduled restart warnings, allowing you to implement your own warning via the event <InlineCode>txAdmin:events:scheduledRestart</InlineCode>.
0 commit comments