ProvocativePanda Posted November 22, 2017 Hello everyone, I've been working on an RCON bot that allows you to manage your squad server from Discord. I did this simply as an experiment with Discord bots and many of you may not find it useful outside of mobile server management via the Discord app. The available commands are as follows: (prefix can be changed) !bot help {Command (optional)} !bot clear !match broadcast {Message} !match restart !match end !map list !map change {MapName} !map next {MapName} !player list !player ban {Name, SteamId, or PlayerId} {BanLength} {Reason} !player kick {Name, SteamId, or PlayerId} {Reason} !player swap {Name, SteamId, or PlayerId} This was built pretty quickly and may be prone to errors. Feel free to leave bug reports on GitHub or here. GitHub Setup instructions in Readme Screenshot Share this post Link to post Share on other sites
Odin Posted November 22, 2017 Very nice. I have been working with Discord.js since inception. I might have a pull request for you in a few days if I can find the time to flesh that out and add a bit more robustness to the bot itself. Share this post Link to post Share on other sites
ProvocativePanda Posted November 22, 2017 Thanks Odin! I did this over the course of a couple evenings, so I expect that if people want to use it that I will be cleaning it up and updating it. I always appreciate pull requests as well. The open source community is awesome. Share this post Link to post Share on other sites