Polaris is shutting down on the 1st March 2022. Read more.
Polaris is an open source Roblox verification bot, created in November 2017 and open sourced in December 2018.
It is currently labelled as unmaintained
in the sense that I will not be actively improving it or fixing less critical bugs.
If you'd like to take over maintaining the bot, feel free to contact me or just fork and PR some fixes!
This bot is designed to work in tandem with the Polaris-React webpanel and site.
Feel free to snoop, edit, hash, contribute to and remix the bot.
- Clone this repo -
git clone https://github.com/neztore/polaris
- Navigate into new folder
cd polaris
- Run
npm install
in this repo - Create your settings.json. Set
sync
to true - Make sure your rethinkdb database is running
- Run it!
The Polaris client takes a config object, which can contain:
token
- The bot token to useerisOptions
- The options to pass to the underlying eris clientRaven
- A Raven client for sentry. Use without this is planned, but currently untested.
It also expects a settings.json
to exist in the root, with example values as below. We also plan to stop moving this in the near future.
{
"token": "Main bot token",
"testToken": "Test bot token",
"dblToken": "Discord bot list token",
"sentry": "Sentry token",
"specialPeople": {
"93968063": "This user works for Polaris.",
"66592931": "This user is the Polaris developer.",
"Roblox id": "Desc string to be shown"
}
}
If you don't want any "special people" just leave that as an empty array.
Join our discord for support.
The main website.