mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Fix remaining things not explicitly passing the intents kwarg
This commit is contained in:
@ -94,7 +94,7 @@ class MockCommandInteraction(discord.Interaction):
|
||||
super().__init__(data=data, state=client._connection)
|
||||
|
||||
|
||||
client = discord.Client()
|
||||
client = discord.Client(intents=discord.Intents.default())
|
||||
|
||||
|
||||
class MockTree(discord.app_commands.CommandTree):
|
||||
|
Reference in New Issue
Block a user