Skip to content

Latest commit

 

History

History
62 lines (54 loc) · 1.33 KB

File metadata and controls

62 lines (54 loc) · 1.33 KB

Discord RTX Guardian Bot

This bot was made for managing and authenticating users in the RTX Guardian discord
Report Bug · Request Feature

Getting Started

To get a local copy up and running follow these steps.

Installation

  1. Clone the repo
git clone https://github.com/Killklli/DiscordGuardianBot.git
  1. Restore packages
dotnet restore
  1. Build the project
dotnet build
  1. Start the application using to generate configs
dotnet ./DiscordGuardianBot.dll
  1. Modify generated configs
botsettings.json
  1. Pull AIML configs from link below and place them in /config and /aiml
https://github.com/TiBej/ChatBot
  1. Generate Google credentials token
https://developers.google.com/adwords/api/docs/guides/authentication
  1. Start LavaLink
java -jar ./LavaLink/Lavalink.jar
  1. Start the application using
dotnet ./DiscordGuardianBot.dll

Roadmap

See the open issues for a list of proposed features (and known issues).