Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Draftbot | 178 | a day ago | 90 | mit | TypeScript | |||||
A Discord adventure bot that speaks english and french | ||||||||||
Discordgsm | 152 | 5 months ago | 3 | March 06, 2020 | 11 | mit | Python | |||
📺 Monitor your game servers on Discord and tracks the live data of your game servers. (Legacy) New: https://github.com/DiscordGSM/GameServerMonitor | ||||||||||
Sokobot | 137 | 2 years ago | 2 | Java | ||||||
A Discord bot that lets you play Sokoban | ||||||||||
Amongcord | 126 | 2 years ago | 24 | mit | JavaScript | |||||
Among Us Discord Bot | Discord bot for controlling voice channels during Among Us matches | ||||||||||
Hexbot | 107 | 6 months ago | mit | Python | ||||||
A Relatively Simply Awesome Discord bot with Music, Games, Comics, Memes and other cool features. This bot is made in Python 3.8 using discord.py | ||||||||||
Arkbot | 105 | 3 months ago | 37 | other | C# | |||||
ARK Survival Evolved application that monitors and extracts data from local ARK servers and exposes this data through a Web App, Web API and Discord Bot. Provides important functions to players: dino listings, food-status, breeding info, statistics; and server admins: rcon-commands, server managing etc. | ||||||||||
Bot | 96 | a year ago | 9 | other | TypeScript | |||||
🎲 A general purpose utility bot, with an economy, games, and lots of other features. | ||||||||||
Genesis | 85 | 5 days ago | 6 | apache-2.0 | JavaScript | |||||
:robot: Warframe Discord Cephalon | ||||||||||
Amongusbot | 75 | 3 years ago | 2 | Python | ||||||
This is an Among Us Discord bot that auto mutes and unmutes players in certain situations, without anyone in the game needing to mute manually. This will make Among Us way more intense and doesn't break the immersion of the game having to mute all the time. | ||||||||||
Gamebot | 68 | 24 days ago | 4 | other | JavaScript | |||||
Add multiplayer games to Discord with Gamebot, and join thousands of players! |
pug-bot
A bot for managing pick-up games (aka scrims) on Discord.
The bot is programmed entirely in Python 3, and it makes use of the discord.py package.
This bot probably shouldn't be used to learn from. I didn't use the commands
extension from discord.ext
since this bot was a learning project for me--this is my first Python project and I didn't want to program with too much abstraction.
The creation of this bot was inspired by the daily League of Legends 10-mans in my guild.
The bot helps you keep track of teams and players, and it can also randomize teams for you. Another nice feature is that each team can pick a voice channel, and the bot will automatically move teams to their picked channels. After completing a round of games (i.e., when you run ..stop
), the lobby owner has the option to move all players to one voice channel automatically.
The bot requires at least Python 3.6. If pip
is installed, you can install dependencies with make
.
The bot searches for the environment variable TOKEN
with your API token. If you don't know how to set an environment variable, then you can just place it in pug-bot/apitoken.py
. To start the bot, just run make start
.
The main flow for this bot is as follows:
Here's the list of commands:
Command | Action |
---|---|
..help |
pug-bot will private message you a list of commands and their usage (i.e., basically everything in here) |
..create [name] [size] |
Create a PUG with the given name and size |
..owner [number] |
Change the PUG owner |
..join [name] |
Join the PUG with the given name |
..leave |
Leave the PUG you're currently in |
..cancel |
Delete the PUG you created |
..start |
Starts your PUG and moves teams to their channels |
..stop |
Stops the PUG and move players to a channel |
..close |
Close a PUG, i.e., you can't interact with the PUG anymore |
..reset |
Remove all teams in your PUG |
..refresh |
Refresh the message with the PUG status |
..remove [numbers] |
Remove players from your PUG |
..random [teams] |
Randomly create teams in your PUG, if there're enough people |
..random captains [teams] |
Randomly assign captains in your PUG, if there're enough people |
..premade captain [numbers] |
Create a team with the listed captain and players |
..team [team name] |
Create a team with the listed name |
..captain [number] |
Make one of your teammates a captain |
..rename [team name] |
Rename the team you're the captain of |
..pick [numbers] |
Pick teammates from the player list |
..kick [numbers] |
Kick teammates from your team |
..channel |
Select your team's voice channel |
..addwin [number] |
Add a win to a team |
..removewin [number] |
Remove a win from a team |
..roll [number] [number] |
Randomly pick a number |