feat: add discord-bot service

This commit is contained in:
41666 2020-09-22 21:21:11 -04:00
parent c40961b1b2
commit 5e3ceb4181
13 changed files with 184 additions and 66 deletions

View file

@ -1,6 +1,10 @@
{
"go.inferGopath": false,
"editor.tabSize": 4,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true
"editor.formatOnSave": true,
"bazel.buildifierFixOnFormat": true,
"[starlark]": {
"editor.tabSize": 4
}
}