Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

AlphaConsole/AlphaConsoleBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

AlphaConsole Discord Bot

This was the official Discord bot for the AlphaConsole Discord Server. This bot served the over 200k members we had at our peak.


What was AlphaConsole?

AlphaConsole was the largest 3rd party mod for the popular PC game Rocket League with over 200k users.

Unfortunately due to the nature of the program, most of AlphaConsole cannot be open source, excluding the Discord bot in this repo.


So what is this bot?

This bot is a re-write of our old C# Discord bot. It serves our server in many different ways.

For our users:
  • Allows them to set a custom title in game

  • Responds automatically to commonly asked questions

For the AlphaConsole Staff

The bot helps the AlphaConsole staff with lots of different things. Some examples would be user database lookups, auto spam/swear word protection, custom commands, warning, timed mutes, bans, kicks & way more than I want to list.

For a breakdown of all commands you can go to src\cmds For a breakdown of event calls you can go to src\events

Contributing

If you are interested in contributing to this project it will require some setup.

Tokens

You will need to create a tokens.js file in src/. Currently there is a template file called tokens.example.js if you prefer renaming that and using that.

Due to security reasons the rest of tokens.js must be blank otherwise people could mess with our database (meaning you can't use some of the bots functionality like !set title).

ServerInfo

serverInfo.js contains all the channel ids. This may or may not need to be updated depending on what you are working on.

Database

We are using a MySQL database. You can link your details of your MySQL server in the tokens.js file. You can copy the create statements from tokens.example.js if you would like to copy over the tables.

Please create a pull request into the dev branch :)

Questions?

Feel free to message our ModMail on discord, our tag is:


enter image description here