Skip to content

PezeM/Volvox.Helios

 
 

Repository files navigation

Volvox.Helios Build Status CodeFactor Discord

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, and require OAuth 2 grant.

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.

About

Modular Discord bot that is managed from a web interface

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.4%
  • CSS 1.7%
  • JavaScript 0.9%