This bot was made for managing and authenticating users in the RTX Guardian discord
Report Bug
·
Request Feature
To get a local copy up and running follow these steps.
- Clone the repo
git clone https://github.com/Killklli/DiscordGuardianBot.git- Restore packages
dotnet restore- Build the project
dotnet build- Start the application using to generate configs
dotnet ./DiscordGuardianBot.dll- Modify generated configs
botsettings.json- Pull AIML configs from link below and place them in /config and /aiml
https://github.com/TiBej/ChatBot- Generate Google credentials token
https://developers.google.com/adwords/api/docs/guides/authentication- Start LavaLink
java -jar ./LavaLink/Lavalink.jar- Start the application using
dotnet ./DiscordGuardianBot.dllSee the open issues for a list of proposed features (and known issues).