#HELP get slash commands list
1 messages · Page 1 of 1 (latest)
And I can't seem to find it in the docs anymore
Can you help find it again please? Ping me :)
Pycord
Bots: Attributes activity, allowed_mentions, application_flags, application_id, auto_sync_commands, cached_messages, cogs, debug_guilds, description, emojis, extensions, get_command, guilds, intent...
Wow was that a fast answer
Thanks a lot :)
i just happened to wake up at that time
Is there a way to get a list of slash commands like on the prefix commands?
I can get the prefix commands using this for loop but i cant get my slash commands to be printed out with this.
for commands in self.bot.commands:
print(commands.name)