mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
feat: add discord-bot service
This commit is contained in:
parent
c40961b1b2
commit
5e3ceb4181
13 changed files with 184 additions and 66 deletions
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue