mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
Rewrite the bot process in Node/Discord.js (#206)
* Rewrite the bot process in js using discord.js * remove old go code
This commit is contained in:
parent
55bc84e045
commit
7ec603cf70
23 changed files with 104 additions and 799 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Roleypoly (Go, Node)",
|
||||
"name": "Roleypoly (Node)",
|
||||
"image": "ghcr.io/roleypoly/dev-container:main",
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
|
@ -8,7 +8,6 @@
|
|||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"golang.go",
|
||||
"hashicorp.terraform",
|
||||
"firsttris.vscode-jest-runner",
|
||||
"esbenp.prettier-vscode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue