|
@@ -74,6 +74,7 @@ func New(args ...interface{}) (s *Session, err error) {
|
|
|
s.Identify.GuildSubscriptions = true
|
|
|
s.Identify.Properties.OS = runtime.GOOS
|
|
|
s.Identify.Properties.Browser = "DiscordGo v" + VERSION
|
|
|
+ s.Identify.Intents = MakeIntent(IntentsAllWithoutPrivileged)
|
|
|
|
|
|
// If no arguments are passed return the empty Session interface.
|
|
|
if args == nil {
|