Categorizing group slash commands in Folders.

Kommentare

3 Kommentare

  • Thursty Waffle

    This is a must-have feature, I hope discord see this

    0
  • chelminski

    It would also be nice if discord gave the ability to easily remove commands from the server. I've been testing a lot of APIs with my BOT recently and now I'm in a mess of commands :(

    0
  • chelminski

    I am pretty sure that is possible. Both in the server and within your code.

    1. When creating a slash command you have a "guilds" kwarg that takes a guild id in form of a object.

       eg. (in discord python)

    @bot.tree.command(
    name = "ping",
    description = 'pong',
    guilds = [discord.Object(id), discord.Object(id)]
    )

    2. Should be available in your discord server itself. You should be able to disable whole commands or to specific channel iirc.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.