Volvox.Helios-old
Volvox.Helios-old copied to clipboard
Powerful, modular, web-managed, open-source Discord bot created by a community for communities.

Volvox.Helios

An easy to use, customizable, modular discord bot, all managed from your favorite browser.
Add the bot to your server.
Visit the Volvox.Helios website to add the bot to your Discord server.
Prerequisites
.NET Core -> Latest
NPM -> Latest
Installation
Clone the repo
Head to the discord developer site, and create an application.
note: Make sure to create a bot user.
Add a redirect URL to the OAuth 2 column. example: http://localhost:5000/signin-discord
Add the following application settings
"Discord": {
"Token": "BOTTOKENHERE",
"ClientID": "BOTCLIENTIDHERE",
"ClientSecret": "BOTCLIENTSECRETHERE"
}
note: You might want to store these as user secrets to avoid them being sent with commits/prs.
Next, run the following commands to build the project and install the dependencies:
$ npm install
$ dotnet restore
$ dotnet build
Then, to run the bot:
$ dotnet run
Contributing
Read CONTRIBUTING.md for details on how to contribute.
Credits
Helios was produced by Volvox, a community dedicated to learning.
Join our Discord!
License
Volvox.Helios is MIT licensed.