Fix stop command

This commit is contained in:
Isaac 2021-05-26 21:42:05 +01:00
parent 794d11af1d
commit d111797fe1
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -4,7 +4,7 @@
"version": "PTDL_v1", "version": "PTDL_v1",
"update_url": null "update_url": null
}, },
"exported_at": "2021-05-26T22:36:43+02:00", "exported_at": "2021-05-26T22:41:44+02:00",
"name": "Discord Tickets", "name": "Discord Tickets",
"author": "contact@eartharoid.me", "author": "contact@eartharoid.me",
"description": "https:\/\/discordtickets.app", "description": "https:\/\/discordtickets.app",
@ -18,7 +18,7 @@
"files": "{}", "files": "{}",
"startup": "{\r\n \"done\": \"Connected to Discord as \",\r\n \"userInteraction\": [\r\n \"Please set your bot's \\\"DISCORD_TOKEN\\\" in \\\".\/.env\\\".\"\r\n ]\r\n}", "startup": "{\r\n \"done\": \"Connected to Discord as \",\r\n \"userInteraction\": [\r\n \"Please set your bot's \\\"DISCORD_TOKEN\\\" in \\\".\/.env\\\".\"\r\n ]\r\n}",
"logs": "{}", "logs": "{}",
"stop": "^C" "stop": "^C^C"
}, },
"scripts": { "scripts": {
"installation": { "installation": {