EddieTheCubeHead / accord.py

Testing library for the discord.py discord library
MIT License
1 stars 0 forks source link

Send discord events to client #3

Open EddieTheCubeHead opened 1 year ago

EddieTheCubeHead commented 1 year ago

Users should be able to call user.join_guild(guild: Guild) and other discord events and the engine should fire the events to the client under test.

All events should only fire if correct intents are in place.

Most events listened to by discord.py should be supported (exceptions are raw WebSocket events). These are: