1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-01-24 21:46:54 +00:00

Merge branch 'master' of github.com:diamondburned/arikawa

This commit is contained in:
diamondburned (Forefront) 2020-02-21 22:04:42 -08:00
commit 40948b9445

View file

@ -100,7 +100,7 @@ func Start(token string, cmd interface{},
return nil, errors.Wrap(err, "Failed to create rfrouter")
}
s.ErrorLog = func(err error) {
s.Gateway.ErrorLog = func(err error) {
c.ErrorLogger(err)
}