Anitrox was shut down on October 23rd, 2023. Development is now permenantly ceased and support is no longer available. You will no longer be able to make merge requests, or open bug reports on the bot.
You can still fork the bot, and do whatever you'd like with it. We'll be shifting from the GPLv2 license to the MIT license with this change.
I've been becoming increasingly frustrated and unhappy with Discord as a service and platform, and have no desire in putting any more time into something for a platform I quite despise at this point. If you look at the last commits, There hasn't even been any active development for on going on months at this point. I've also been shifting my focus on programming towards other things, which has also been contributing to the lack of further development.
Thank you to everyone who contributed to the bot, weather you contributed with code, a bug report or helped work out an issue, thank you.
To get started, You'll need Node.JS and NPM
You can get these through either your Linux distributions package manager, or if you are on Windows, by clicking here.
Run npm install
and wait for it to download dependencies
For development: ESLint extension in your editor of choice
Get or make your Discord bot token from The Discord developer portal, and rename .env.example
to .env
. Set the TOKEN=""
to the token you got from Discord
Then grab your Discord User ID and put it in OWNERID=""
, This tells the bot who owns it
Run npm start
to start the bot!