should probabl;y read these from config now that i think about it...

master
BuildTools 3 years ago
parent 1b4b7c3fa4
commit 50f449f963
  1. 8
      plugins/bridge.py

@ -4,10 +4,10 @@ from ircked.message import *
hooks = ["READY", "MESSAGE_CREATE"] hooks = ["READY", "MESSAGE_CREATE"]
# replace all this stuff and it should maybe probablyt just werk (tm) # 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_webhook = "https://discord.com/api/webhooks/id/token"
_discord_channel = "810037417871933521" _discord_channel = "id"
_irc_channel = "#station" _irc_channel = "#channel"
_irc_nick = "s00bridge" _irc_nick = "genbridge"
dorfl = None dorfl = None

Loading…
Cancel
Save