From 50f449f963d6f971bebd1181a875f5ed8bd6bb87 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 5 Feb 2022 21:02:15 -0500 Subject: [PATCH] should probabl;y read these from config now that i think about it... --- plugins/bridge.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/bridge.py b/plugins/bridge.py index 9e335ad..116b910 100644 --- a/plugins/bridge.py +++ b/plugins/bridge.py @@ -4,10 +4,10 @@ from ircked.message import * hooks = ["READY", "MESSAGE_CREATE"] # replace all this stuff and it should maybe probablyt just werk (tm) -_discord_webhook = "https://discord.com/api/webhooks/937542041678798969/U6_y4tw-Kjrjz4ivtiVqw4Sk8E4pFR51VtFD0nd8r_2jrwLtzFInqpfQBJJIkyoYdynk" -_discord_channel = "810037417871933521" -_irc_channel = "#station" -_irc_nick = "s00bridge" +_discord_webhook = "https://discord.com/api/webhooks/id/token" +_discord_channel = "id" +_irc_channel = "#channel" +_irc_nick = "genbridge" dorfl = None