change timers command to link to the timer page instead of creating a new paste

This commit is contained in:
lyx0 2023-12-18 00:11:24 +01:00
parent a8e3a5f372
commit a28af0449d

View file

@ -215,7 +215,7 @@ func (app *application) handleCommand(message twitch.PrivateMessage) {
reply = app.ListChannelCommands(message.Channel)
case "timers":
reply = app.ListChannelTimer(message.Channel)
reply = fmt.Sprintf("https://bot.noury.is/timer/%s", message.Channel)
case "set":
switch cmdParams[1] {