mirror-nourybot/internal/commands/ffz.go

11 lines
133 B
Go
Raw Normal View History

2023-10-10 14:28:43 +02:00
package commands
import "fmt"
2023-08-05 20:12:07 +02:00
"github.com/gempir/go-twitch-irc/v4"
2023-01-04 15:32:17 +01:00
"github.com/lyx0/nourybot/internal/common"
2022-08-07 18:10:40 +02:00
)
2023-10-10 14:28:43 +02:00
return reply
}