From 7ad8d52369956e18596b686d4ac6f4a748fcdd95 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Thu, 7 Jan 2016 16:53:54 -0600 Subject: [PATCH] Contributions will be listed elsewhere. --- state.go | 1 - 1 file changed, 1 deletion(-) diff --git a/state.go b/state.go index 991fa28..14015fc 100644 --- a/state.go +++ b/state.go @@ -9,7 +9,6 @@ // tracking will capture the initial READY packet and many other websocket // events and maintain an in-memory state of of guilds, channels, users, and // so forth. This information can be accessed through the Session.State struct. -// This code was contributed by https://github.com/iopred package discordgo