From 300080d295f75bd01e365cde25f5d5ca7cbd848a Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 4 Jul 2018 16:48:56 -0400 Subject: Release 2.11.0 --- .vscode/launch.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index b82378f..4058c57 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,13 +4,16 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { "type": "node", "request": "launch", "name": "Launch Bot", "program": "${workspaceFolder}/bot_discord.js", "console": "integratedTerminal", - + "args": [ + "--beta" + ] }, { "type": "node", @@ -19,6 +22,7 @@ "program": "${workspaceFolder}/bot_discord.js", "console": "integratedTerminal", "args": [ + "--beta", "--debug" ] } -- cgit v1.2.3