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: ![image](https://user-images.githubusercontent.com/1250084/30819120-b7141ac6-a1eb-11e7-9d45-311751588ee8.png) I believe this is an issue with the `split_on_pipes` command, and the...