Skip to content

sabinico/among-us-bot

Repository files navigation


Among Us


Discord server NPM version NPM downloads Build status Dependencies

npm installnfo

Table of contents

About

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

Installation

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

Usage

Run the bot: yarn start or node index.js

Configuration file

{
    "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>"
    }
}

Links

Extensions

Contributing

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.

Help

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.

About

Among Us - Discord Bot based Discord.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published