How much divergence is there from discord.py? #2430
-
Once discord.py became archived, I quickly migrated over to pycord (no regrets). It seemed easier to do some things in pycord versus the old discord.py. For example slash commands were built in, while in discord.py I had to use an extension if I remember correctly. Anyway, it's been a while since I've given any attention to my discord bot, and I am trying to find a good way to unit test it... but I only see these two frameworks.
I tried testcord, but many things are not working... and there is no support for slash commands. I'm wondering, if pycord is close enough to the un-archived discord.py, where I might be able to use dpytest? Otherwise, can anyone provide some examples for how to unit test a discord bot? My bot is not too complex. There are a few slash commands, a few views, and 1 modal. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I can't add much here but I do know unit testing was being worked on to build into pycord, see 1677 |
Beta Was this translation helpful? Give feedback.
I have now opened a feature request for this: #2813