Made LogalBot open source.
This commit is contained in:
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user