Add reaction and message
This commit is contained in:
parent
74a634c642
commit
ae29162b5d
5 changed files with 80 additions and 17 deletions
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
@ -6,6 +6,7 @@
|
|||
"configurations": [
|
||||
{
|
||||
"name": "nexusbot",
|
||||
"preLaunchTask": "rm-socket",
|
||||
"program": "bin/nexusbot.dart",
|
||||
"args": [
|
||||
"--socket",
|
||||
|
|
14
.vscode/tasks.json
vendored
Normal file
14
.vscode/tasks.json
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "rm-socket",
|
||||
"type": "shell",
|
||||
"presentation": {
|
||||
"reveal": "silent",
|
||||
"close": true
|
||||
},
|
||||
"command": "rm socket || true"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue