Gareth Coles
Gareth Coles
It works pretty much how you'd expect. ```py class SetupForm(Form): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.helper = FormHelper(self) self.helper.layout = Layout( IconField("username", icon_prepend="user", title="Username"), IconField("email", icon_prepend="at", title="Email"), IconField("password", icon_prepend="key",...
Oh, and it also doesn't support placeholders, but that's a quick fix. I'm not entirely sure if anything does, though.
This should be part of #14, which should show the most recently (and least recently) active threads.
This is technically done, but an oversight in Kord's caching breaks it.
Alright, sounds good - I'll update this issue as things get moved over. Thanks for the support!
I don't have a ton of time today, but I've moved some modules over: - Tags: https://github.com/Kord-Extensions/kord-extensions/tree/root/extra-modules/extra-tags - Welcome: https://github.com/Kord-Extensions/kord-extensions/tree/root/extra-modules/extra-welcome I'd like to document these properly as well, but that's...
Alright, so it's time to start looking into this. These are the modules I have planned right now, as a first step for moving functionality out of Quilt-specific extensions: -...
> > someday, it's hoped that this functionality can be extracted into an entirely separate organization, with a proper HTTP API, web interface, the ability to write your own bots...
The requirements for this have changed dramatically. This system will now be part of Quilt Community Collab, and a project we're currently working on together there. That said, this mode...
It's okay once you don't overdo it - there's plenty of bots that cycle infrequently