build(go): upgrade gokord to v0.1.2
This commit is contained in:
parent
f2292809d0
commit
e6520c6007
3 changed files with 4 additions and 3 deletions
3
main.go
3
main.go
|
@ -3,7 +3,6 @@ package main
|
|||
import (
|
||||
"flag"
|
||||
"github.com/anhgelus/gokord"
|
||||
"github.com/anhgelus/gokord/utils"
|
||||
)
|
||||
|
||||
var token string
|
||||
|
@ -16,7 +15,7 @@ func init() {
|
|||
func main() {
|
||||
err := gokord.SetupConfigs([]*gokord.ConfigInfo{})
|
||||
if err != nil {
|
||||
utils.SendError(err)
|
||||
panic(err)
|
||||
}
|
||||
|
||||
bot := gokord.Bot{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue