Skip to content

Commit

Permalink
added a space to state.New on sam's behalf
Browse files Browse the repository at this point in the history
  • Loading branch information
IoIxD committed Oct 2, 2022
1 parent f208d3f commit 870cf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func main() {
ctx, done := signal.NotifyContext(context.Background(), os.Interrupt)
defer done()

state := state.New("Bot" + config.BotToken)
state := state.New("Bot " + config.BotToken)
state.AddIntents(0 |
gateway.IntentGuildMessages |
gateway.IntentGuilds |
Expand Down

0 comments on commit 870cf16

Please sign in to comment.