Among Us - Discord Bot is a powerful Node.js module that allows you to easily interact with the Discord API using Discord.js in order to create custom Game Rooms for an enchanted experience playing the Among Us game.
- Easy channel creator: Join a channel to create a Room
- Actions throw reactions: React bot messages to interact with the Room
- Includes some moderators tools
- 100% customizable
Node.js 12.0.0 or newer is required.
Ignore any warnings about unmet peer dependencies, as they're all optional.
Install dependencies: yarn install
or npm install
Copy contents of settings.example.json
into new config file: settings.json
Modify the config file adding the corresponding ID's specified on Configuration file section.
Copy contents of memory.example.json
into new memory file: memory.json
Run the bot: yarn start
or node index.js
{
"owners": ["<YOUR_DISCORD_USER_ID>"],
"administrators": ["<YOUR_DISCORD_USER_ID>"],
"token": "<YOUR_DISCORD_BOT_TOKEN>",
"prefix": "$",
"botMainDiscordServer": "<YOUR_DISCORD_SERVER_ID>",
"log_channels": {
"logs": "<CHANNEL_ID>"
},
"NODE_ENV": "production",
"colors": ["Red", "Orange", "Yellow", "Lime", "Green", "Cyan", "Blue", "Purple", "Pink", "Brown", "White", "Black"],
"roomscreator": {
"enabled": true,
"channel": "<CHANNEL_ID>",
"category": "<CHANNEL_ID>"
}
}
- Discord.js Website (source)
- Discord.js Documentation
- Discord.js Guide (source) - this is still for stable
See also the Discord.js Update Guide, including updated and removed items in the library. - Discord.js Discord server
- Discord API Discord server
- Discord.js GitHub
- Discord.js NPM
- Discord.js Related libraries
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
documentation.
See the contribution guide if you'd like to submit a PR.
If you don't understand something in the documentation, you are experiencing problems, or you just wanna join a cool community to play games with, please don't hesitate to join our official Among Us - ESPAÑOL Discord Server.