You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this from the docs showing how to change the behavior of a command. But how would I convert the prefix command to a slash command since my verified bot doesn't have the message content intent?
fromjishaku.features.baseclassimportFeatureclassCustomDebugCog(*OPTIONAL_FEATURES, *STANDARD_FEATURES):
@Feature.Command(parent="jsk", name="python")asyncdefjsk_python(self, ctx: commands.Context):
# Do jsk py magic here to eval the code from an argument
The text was updated successfully, but these errors were encountered:
I found this from the docs showing how to change the behavior of a command. But how would I convert the prefix command to a slash command since my verified bot doesn't have the message content intent?
The text was updated successfully, but these errors were encountered: