arielle
arielle
Given we can only have 5x5 buttons in total as discord limitation, if we use buttons we cannot ever grow beyond that size.
Its not possible right now to use threads, no. I do know that you would be able to get some nice colours out of the codeblock by setting the codeblock...
> What about an image of the board that we edit every time the player makes a move? Could be done with PIL See https://github.com/python-discord/sir-lancebot/pull/956#issuecomment-997322591 I'm not familar with PIL...
it's possible, yeah. I think it's safe to implement it now as it is, but write a separate method to get the input so we can continue to bikeshed it...
I'm thinking that's the input style we should use for now unless someone has a really really really great fantastic user input idea
> Now that we've moved to discord.py 2.0 we have access to `discord.ext.commands.flags` meaning we can have almost-UNIX-like command flags, so a possibility would be a command like: > >...
I'm making some changes and found the regex that discord themselves use for the above feature, but since that is only used on desktop, I could implement it.
As approved on [discord](https://discord.com/channels/267624335836053506/635950537262759947/919450869844557874) by @jb3 I'll be implementing this in #2006
Seems like this no longer exists. Users with MFA have the same style tokens as any other.
I'd like to implement this. My idea is simple: we already have the codeblock detection for suggesting proper syntax highlighting. I would build on that, and like to add a...