VJ
VJ
> For outline(), I am unsure how to have the optional argument “next”, current setup as an input argument called arg Maybe turn it into a boolean arg? call it...
> > What do you mean by this, looks like the code is using the arguments? > > This part of the code below in `outline()` can be put inside...
> Also forgot to mention, but I removed the help message, not sure how to support it with the slash commands. That's fine, if someones stuck they can use the...
@modernNeo Seems my first branch has some commits from master that've since been removed. So I made this fresh branch and cherry picked my commits over.
> please add the embed helper back. the checks against the text sizes was just 1 thing it does. _hint take a look at line of code under 180 on...
Not using the embed utilitiy function made the code simpler plus its faster: Run # 1 discord.Embed avg time: 0.0000404119 utility.embed avg time: 0.0001147270 discord.Embed is 2.8389 times faster than...
code i used for the tests. called `.go 10`. measures time for creation of embed. ```python @commands.command() async def go(self, ctx, num: int): times = [0 for _ in range(1,...
> please use the wall_e embed utility to ensure consistency and then I will take a look Done.
> > also sometimes the clearing of messages just wouldn't work > > were you able to reproduce this bug? I am fine with removing the logic that I think...