mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
Add system member list command
This commit is contained in:
parent
aad5a8b417
commit
942f7cd0ab
6 changed files with 77 additions and 33 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
|
@ -9,8 +9,8 @@
|
|||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/src/bot_main.py",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"console": "integratedTerminal"
|
||||
"args": ["${workspaceRoot}/pluralkit.conf"],
|
||||
"console": "integratedTerminal",
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue