Repuls.io is the future of browser games. The best free instantly accessible multiplayer first-person shooter for your browser with no sign-up or payment required!
Tired of the same run, aim, shoot gameplay that every shooter does ?! Played one, you played them all! Repuls has you riding bikes, grappling cliffs, piloting mechs and firing miniguns and plasma rifles and stomping vehicles with a giant mech! That's the repuls experience son!
- Authors : pandaroux007, itsdocski
- License : the bot and everything that composes it (icon, code, etc.) are under the MIT license (see LICENSE.txt file) - for more information go there.
RepulsBot is a versatile bot, primarily for managing the vote for the best video and its submission for display on repuls.io. Second, it has a tickets system for improved signal confidentiality. It also allows you to answer frequently asked questions via FAQ commands. Of course, RepulsBot allows other secondary commands, as well as a help command.
- snipertoad
- BratzelBrezel
- Abyss
- eagoose
- sergiolan55
- aman_and_cats
- martin_9202
Note
Your contributions are welcome, be sure to read CONTRIBUTING.md first! Even if you don't want to contribute, you can find all the details for configuring and launching the bot in CONTRIBUTING.md
- moderation commands
- Manage competitions and display eSports results
- Replace all bots on the server, including mute functions with timer, etc.
- For authorized players, 3D asset manager of the game from discord
- Discord 1v1s (details here)
- Show game leaderboard with pagination via discord
- View repuls.io player information from discord (level, stats, RC count)
- Manage your clan and friends via bot commands
Lots of other amazing features!
Abandoned objectives
- clear command (clean command but with messages' links)
- Improved clean command (discordpy.readthedocs.io, discord.com/developers ?)
- Deleted channel
- Created channel
- Deleted message
- Modified message
- Purge results
- Ban, ban, and kick log
- Role modification (including muted role management)
- Message deletion by automod
- Ticket log
- Error log
The help command differentiates between commands that are usable by all members and those that are only usable by admins. It does this by relying on the extras
parameter of the discord.py
decorators.
- Contextual commands (discord.ext.commands.command)
- Slash commands (discord.app_commands.command)