forked from pothtonswer/discordmuffin
gofmt pass
This commit is contained in:
parent
2fe5745a4e
commit
2f40c4489c
2 changed files with 1 additions and 2 deletions
2
event.go
2
event.go
|
@ -244,4 +244,4 @@ func (s *Session) onReady(r *Ready) {
|
||||||
|
|
||||||
// Store the SessionID within the Session struct.
|
// Store the SessionID within the Session struct.
|
||||||
s.sessionID = r.SessionID
|
s.sessionID = r.SessionID
|
||||||
}
|
}
|
||||||
|
|
1
state.go
1
state.go
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
// Discordgo - Discord bindings for Go
|
// Discordgo - Discord bindings for Go
|
||||||
// Available at https://github.com/bwmarrin/discordgo
|
// Available at https://github.com/bwmarrin/discordgo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue