mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-25 16:35:33 -04:00
A command framework? #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnotherTwinkle on GitHub (Sep 2, 2021).
I was wondering if you'll include a command framework extension with the library in the future (simillar to
discord.py'sext.commands) or you plan to leave that upto the end user to implement.@meizuflux commented on GitHub (Sep 2, 2021):
I’m working on a rough draft of a command framework. I doubt it’ll be similar to the final one, but as far as I know this is planned.
@AnotherTwinkle commented on GitHub (Sep 2, 2021):
hmmm, I see. Thanks.