Browse Source

Changes to make these work in same folder.

Bruce Marriner 9 years ago
parent
commit
dc9357f61d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      discord_test.go

+ 1 - 3
discord_test.go

@@ -1,12 +1,10 @@
-package discordgo_test
+package discordgo
 
 import (
 	"os"
 	"runtime"
 	"testing"
 	"time"
-
-	. "github.com/bwmarrin/discordgo"
 )
 
 //////////////////////////////////////////////////////////////////////////////