Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.32 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.32 KB

Galaxy Life Discord Bot

This is the official Discord bot for Galaxy Life, based on svr333 advanced discord bot template.
Check out players and alliances profiles, servers status, leaderboards and more!

We also use it internally for moderation purposes.
It uses our official .NET API Wrapper, available on NuGet, feel free to check it out.

Prerequisites

Running Locally

You must have created a discord application on discord developer portal.
Then, set up an environement variable named Token, and assign it your discord bot's token.

Visual Studio

First set AdvancedBot.Console as your startup project.
Right-click the solution and select Set as your Startup Project, or use CTRL + ALT + P to open the project properties and then set your startup project here.

  • Press F5 to run the application in debug mode.

Visual Studio Code

The .vscode/ folder contains all necessary configuration files for you to run the application easily.

  • Press F5 to start the application in debug mode.