Skip to content

Commit

Permalink
Updated Discord documentation with required NodeJS version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylianst committed Oct 27, 2022
1 parent 2aa370d commit 8f84fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/messaging/index.md
Expand Up @@ -65,7 +65,7 @@ For Discord integration, you need to provide MeshCentral with a bot application

There are many tutorials online on how to create a Discord bot and get the login token. For example follow the [two first sections of this tutorial](https://www.freecodecamp.org/news/create-a-discord-bot-with-javascript-nodejs/). The "How to Create a Discord Bot Account" section will show how to create a bot and get the token, the "How to Invite Your Bot to Join a Server" section shows how to join the bot to a Discord server.

Once you have the Discord bot login token, the config.json Discord configuration looks like this:
Discord integration requires that MeshCentral be run on NodeJS v17 or higher. Once you have the Discord bot login token, the config.json Discord configuration looks like this:

```json
{
Expand Down

0 comments on commit 8f84fa3

Please sign in to comment.