All Projects → pedrofracassi → Amongcord

pedrofracassi / Amongcord

Licence: mit
Among Us Discord Bot | Discord bot for controlling voice channels during Among Us matches

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Amongcord

Mirai
The core for Mirai Bot v4 [Deprecated]
Stars: ✭ 142 (-1.39%)
Mutual labels:  bot, discord-bot, discord
Bot
An open-source and self-hosted ticket management bot for Discord - a free alternative to the premium and white-label plans of other popular ticketing bots.
Stars: ✭ 122 (-15.28%)
Mutual labels:  bot, discord-bot, discord
Sylphy
👑 the better discord bot framework
Stars: ✭ 85 (-40.97%)
Mutual labels:  bot, discord-bot, discord
Discord Panel
📊 User friendly dashboard/tool for discord bot developpers to manage servers
Stars: ✭ 116 (-19.44%)
Mutual labels:  bot, discord-bot, discord
Sir Lancebot
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
Stars: ✭ 105 (-27.08%)
Mutual labels:  bot, discord-bot, discord
Nino
🔨 Advanced and cute moderation discord bot as an entry of Discord's Hack Week!
Stars: ✭ 78 (-45.83%)
Mutual labels:  bot, discord-bot, discord
Discord.js
discord.js is a powerful Node.js module that allows you to easily interact with the Discord API.
Stars: ✭ 16,432 (+11311.11%)
Mutual labels:  bot, discord-bot, discord
Invite Manager
This bot will show who invited who. It's recording and showing the total count of invitations of an user, how many of them left, etc.
Stars: ✭ 77 (-46.53%)
Mutual labels:  bot, discord-bot, discord
Music Bot
Simple music bot with a full-blown queue system that is easy to understand
Stars: ✭ 102 (-29.17%)
Mutual labels:  bot, discord-bot, discord
Pengubot
Official PenguBot GitHub Repository
Stars: ✭ 98 (-31.94%)
Mutual labels:  bot, discord-bot, discord
Poketwo
A Discord bot.
Stars: ✭ 139 (-3.47%)
Mutual labels:  bot, discord-bot, discord
Discord.js Musicbot Addon
This DOES NOT WORK any more. This repo only serves as an archive for is anyone wants to pickup my work. You may still join the discord however.
Stars: ✭ 109 (-24.31%)
Mutual labels:  bot, discord-bot, discord
Bot
A Discord bot for all your needs. With memes, utilities, moderation & more, Fire is the only bot you'll need.
Stars: ✭ 79 (-45.14%)
Mutual labels:  bot, discord-bot, discord
Modmail
A feature-rich Discord bot for easy communication between server staff and users.
Stars: ✭ 115 (-20.14%)
Mutual labels:  bot, discord-bot, discord
Misaki
Misaki is Discord Bot designed for communities with commands ranging from gif based anime reactions, to head scratching trivia commands.
Stars: ✭ 78 (-45.83%)
Mutual labels:  bot, discord-bot, discord
Discord.js Menu
💬 Easily create Discord.js v12 embed menus with reactions and unlimited customizable pages.
Stars: ✭ 89 (-38.19%)
Mutual labels:  bot, discord-bot, discord
Basicbot
A basic example of a Discord Bot written in Python. (discord.py)
Stars: ✭ 73 (-49.31%)
Mutual labels:  bot, discord-bot, discord
Luna
An adorable Discord.js bot. Free, Open Source and Cross Platform, usable as a solid base for larger projects. Written in NodeJs.
Stars: ✭ 76 (-47.22%)
Mutual labels:  bot, discord-bot, discord
Discordbot
A Java Discord bot using JDA
Stars: ✭ 92 (-36.11%)
Mutual labels:  bot, discord-bot, discord
Dtel
Telephone roleplay bot on Discord
Stars: ✭ 108 (-25%)
Mutual labels:  bot, discord-bot, discord

Discord bot for controlling voice channels during Among Us matches

Click here to add Amongcord to your server

Commands

Command Aliases Description
,add ,invite Shows the bot's invite link
,alive <color> ,a Marks a player as alive
,dead <color> ,d Marks a player as dead. Dead players are kept muted during the discussion stage.
,discussion ,ds Sets the stage to discussion, unmutes everyone who is alive
,endgame ,eg Ends the current game
,forcejoin <color> <@mention> ,fj Forcibly adds someone to the current game
,github ,gh Links to the bot's GitHub page
,help ,h Lists all of the bot's commands
,host Sets you as the game host so only you can control the bot
,join <color> ,j Joins the current game as a color
,joinall ,ja Adds everyone in the voice channel to the game as a random color.
,kick <color> ,k Removes a player from the game
,leave ,l Leaves the current game
,lobby ,lb Sets the stage to Lobby, marks everyone as alive and unmutes them
,newgame ,ng Starts a new game
,players ,p Lists all players in the current game
,setcolor <color> <@mention> ,sc,,changecolor,,cc Set the color of a player in your game
,sync ,s Lets you control the bot through your phone
,tasks ,ts Sets the stage to tasks and mutes everyone
,unhost Exits "host mode" and frees you from being the host
* aliases have not been implemented yet.

Support server

Self-hosting

If you prefer you run the bot yourself instead of using the hosted instance, you can either use Docker or clone the repository directly. For both methods, you'll need a bot token and the ID of a server that has the emojis the bot needs (the bot needs to be in the server).

Docker

Images are automatically built and pushed to Docker Hub whenever the source code changes. You can run your own instance of the bot with the command below:

$ docker run -e DISCORD_TOKEN=<your discord token> GUILD_ID=<emoji guild id> -d pedrofracassi/amongcord

Cloning directly

Although not recommended for production, cloning the repository should work just fine for experimental purposes. If you want to, you can use a process manager like pm2 to keep the node process running, but bear in mind that I don't run the bot this way and probably won't be able to help you out.

  1. Clone the repository

    git clone https://github.com/pedrofracassi/amongcord

  2. Enter the directory you just cloned into

    cd amongcord

  3. Install the dependencies

    npm install

  4. Set the DISCORD_TOKEN and GUILD_ID environment variables
  5. Run the bot

    node src/.

Similar projects

  • AmongUsBot - automatically detects tasks/discussion stages with OCR instead of using commands, but needs to be installed on someone's computer.
  • amongusdiscord - same as above, but written in Go. Easier to install as prebuilt executables are provided.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].