forked from pothtonswer/discordmuffin
Don't ignore provided Tokens!
This commit is contained in:
parent
b141b68b1f
commit
61240175ae
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ func main() {
|
|||
fmt.Println("error logging into Discord,", err)
|
||||
return
|
||||
}
|
||||
} else {
|
||||
dg.Token = Token
|
||||
}
|
||||
|
||||
// Open websocket connection to Discord
|
||||
|
|
Loading…
Reference in a new issue