From c48c5f32a9f9a64dd793040dada92a87df8b5fe0 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Sun, 14 Feb 2021 19:11:04 +0000 Subject: [PATCH] feat(*): Add config file content --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c6f1eb0..3958d52 100644 --- a/config.json +++ b/config.json @@ -3,5 +3,5 @@ "deletecommandstoggle": false, "maxqueuesize": 4, "prefix": "!", - "token": "NzcwMDQyMDEzMjY5NDkxNzUy.X5Xzgg.kcr_51g95iUvEcYCfbQvG1Sx8ao" + "token": "YOUR-TOKEN-GOES-HERE" }