How much divergence is there from discord.py? #2430
Unanswered
ReenigneArcher
asked this question in
Q&A
Replies: 1 comment 3 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.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions