mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
change timers command to link to the timer page instead of creating a new paste
This commit is contained in:
parent
a8e3a5f372
commit
a28af0449d
|
@ -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] {
|
||||
|
|
Loading…
Reference in a new issue