Make Intent class creation more intuitive
This commit is contained in:
@ -137,7 +137,7 @@ class ConnectionState:
|
||||
if not isinstance(intents, Intents):
|
||||
raise TypeError('intents parameter must be Intent not %r' % type(intents))
|
||||
else:
|
||||
intents = Intents()
|
||||
intents = Intents.default()
|
||||
|
||||
try:
|
||||
chunk_guilds = options['fetch_offline_members']
|
||||
|
Reference in New Issue
Block a user