My Bot uses a custom help command-cog (which i want to test). It sends the information via DM to the author: ctx.author.send(text) . discordpy automatically fetches the DM channel
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NotImplementedError: Operation occured that isn't captured by the tests framework. https://discordapp.com/api/v7/users/@me/channels
My Bot uses a custom help command-cog (which i want to test). It sends the information via DM to the author: ctx.author.send(text) . discordpy automatically fetches the DM channel
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NotImplementedError: Operation occured that isn't captured by the tests framework. https://discordapp.com/api/v7/users/@me/channels
Edit: Example