Start refactoring bot, add /remind add
command
This commit is contained in:
12
.vscode/launch.json
vendored
Normal file
12
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python Debugger: Start bot",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/discord_reminder_bot/main.py",
|
||||
"console": "integratedTerminal",
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user