diff --git a/event.go b/event.go index 46e1937..67c5f7d 100644 --- a/event.go +++ b/event.go @@ -244,4 +244,4 @@ func (s *Session) onReady(r *Ready) { // Store the SessionID within the Session struct. s.sessionID = r.SessionID -} \ No newline at end of file +} diff --git a/state.go b/state.go index be5d6b6..fd77c31 100644 --- a/state.go +++ b/state.go @@ -1,4 +1,3 @@ - // Discordgo - Discord bindings for Go // Available at https://github.com/bwmarrin/discordgo