mirror of https://github.com/velour/catbase.git
Upping startup chime fact wait
This commit is contained in:
parent
1a41358d64
commit
74a5647d2d
|
@ -60,7 +60,7 @@ func NewFactoidPlugin(botInst *bot.Bot) *FactoidPlugin {
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
// Some random time to start up
|
// Some random time to start up
|
||||||
time.Sleep(time.Duration(10) * time.Second)
|
time.Sleep(time.Duration(15) * time.Second)
|
||||||
if ok, fact := p.findTrigger(p.Bot.Config.StartupFact); ok {
|
if ok, fact := p.findTrigger(p.Bot.Config.StartupFact); ok {
|
||||||
p.sayFact(bot.Message{
|
p.sayFact(bot.Message{
|
||||||
Channel: channel,
|
Channel: channel,
|
||||||
|
|
Loading…
Reference in New Issue