CraftSpider / dpytest

A package that assists in writing tests for discord.py
MIT License
102 stars 26 forks source link

Fixes issue #111 #112

Closed Zorua162 closed 1 year ago

Zorua162 commented 1 year ago

I noticed that logs.get seemed to be giving the channel object instead of an object that had the channel object as an attribute. So I set the channel variable to the channel object and the functionality started working. I'm hoping this could be useful to others, even if its not a currently well understood solution.