EddieTheCubeHead / accord.py

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

Ensure created mock discord objects are provided, fetched and cached correctly #5

Open EddieTheCubeHead opened 1 year ago

EddieTheCubeHead commented 1 year ago

The engine should force feed the objects that client normally fetches and caches on startup on engine creation.

Also ensure other such interactions work correctly.

Ticket requirements WIP, should be clearer after #3 is done and tested.