update timers

This commit is contained in:
lyx0 2023-11-01 19:40:00 +01:00
parent e2cbd61f3e
commit d1600abf95
2 changed files with 7 additions and 8 deletions

View file

@ -170,10 +170,10 @@ func main() {
app.TwitchClient.OnConnect(func() { app.TwitchClient.OnConnect(func() {
common.StartTime() common.StartTime()
app.TwitchClient.Join("nouryxd") app.TwitchClient.Say("nouryxd", "gopherDance")
app.TwitchClient.Join("nourybot")
app.TwitchClient.Say("nouryxd", "xD!")
app.TwitchClient.Say("nourybot", "gopherDance") app.TwitchClient.Say("nourybot", "gopherDance")
app.TwitchClient.Say("xnoury", "alienPls")
app.TwitchClient.Say("uudelleenkykeytynyt", "pajaDink")
// Successfully connected to Twitch // Successfully connected to Twitch
app.Log.Infow("Successfully connected to Twitch Servers", app.Log.Infow("Successfully connected to Twitch Servers",

View file

@ -8,9 +8,8 @@ CREATE TABLE IF NOT EXISTS timers (
); );
INSERT INTO timers (name,identifier,"text",channel,repeat) VALUES INSERT INTO timers (name,identifier,"text",channel,repeat) VALUES
('nouryxd-60m','678efbe2-fa2f-4849-8dbc-9ec32e6ffd3b','timer every 60 minutes :)','nouryxd','60m'), ('nouryxd-60m','678efbe2-fa2f-4849-8dbc-9ec32e6ffd3b','gopherDance','nouryxd','60m'),
('nouryxd-2m','63142f10-1672-4353-8b03-e72f5a4dd566','timer every 2 minutes :)','nouryxd','2m'), ('nourybot-60m','2ad01f96-05d3-444e-9dd6-524d397caa96','gopherDance','nourybot','60m'),
('nourybot-60m','2ad01f96-05d3-444e-9dd6-524d397caa96','timer every 60 minutes :)','nourybot','60m'), ('xnoury-1h','2353fd22-fef9-4cbd-b01e-bc8804992f4c', 'AlienPls','xnoury','1h'),
('nourybot-1h','2353fd22-fef9-4cbd-b01e-bc8804992f4c', 'timer every 1 hour :)','nourybot','1h'), ('uudelleenkytkeytynyt-1h','6e178e14-36c2-45e1-af59-b5dea4903fee','pajaDink','uudelleenkytkeytynyt','1h');
('xnoury-15m','6e178e14-36c2-45e1-af59-b5dea4903fee','180 minutes timer :)','xnoury','180m');