Swaraj Dhumne
Results
2
issues of
Swaraj Dhumne
I need the functionality of creating custom emojis for test guilds. I have the following test case: ```python @pytest.mark.asyncio async def test_taking_an_L(bot): config = dpytest.get_config() guild = config.guilds[0] # create...
When running a simple `echo` command, it splits the command on echo and fox, as seen below:  I believe this is an issue with the `split_on_pipes` command, and the...