forked from pothtonswer/discordmuffin
Update main.go
This commit is contained in:
parent
1033558fcf
commit
396e868b36
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ func main() {
|
|||
ap.Name = Name
|
||||
ap, err = dg.ApplicationCreate(ap)
|
||||
if err != nil {
|
||||
fmt.Println("error creating new applicaiton,", err)
|
||||
fmt.Println("error creating new application,", err)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue