From 85ba222f0c3a589b3cf8b5f8045e2e19cf6a6ea8 Mon Sep 17 00:00:00 2001 From: cynic Date: Sat, 5 Feb 2022 21:38:02 -0500 Subject: [PATCH] i'm not good at this ogey --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 014b219..dc5a532 100644 --- a/config.json +++ b/config.json @@ -1,11 +1,11 @@ { - "token": "OTIxMDg0ODA3Mjk4MDU2MjAz.YbtxEg.b9m5CLGMDnMo7rDurswD1t7E5ec", - "plugin_path": "L:\\repos\\generational-bridge\\plugins", + "token": "YOUR_TOKEN_HERE", + "plugin_path": "./plugins", "authed": [ - 279611326848958465 + ], "discord_webhook": "https://discord.com/api/webhooks/id/token", "discord_channel": "id", "irc_channel": "#channel", "irc_nick": "nick" -} \ No newline at end of file +}