0

Made LogalBot open source.

This commit is contained in:
Logan Fick
2019-05-25 16:06:57 -04:00
commit b40dd8b9b0
49 changed files with 3633 additions and 0 deletions

15
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"configurations": [
{
"type": "java",
"name": "Default",
"request": "launch",
"mainClass": "dev.logal.logalbot.Main",
"projectName": "LogalBot",
"env": {
"TOKEN": "an_invalid_placeholder_token",
"REDIS_HOST": "localhost"
}
}
]
}