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 +}