Edited by moderator to fix image embed.
Looks like you just need to read the message! That command is running, it’s just missing an interaction response block.
You’ll need to click the “Learn more.” button (or just go to 'Missing Interaction Response Block' or 'This application did not respond' - #2). That article explains what you need to change to get things working.
I’ve turned it on in settings but I tried banning someone but it did not work
There’s nothing to ‘turn on’ in settings. You need to add blocks to a flow for it to do things. If you want more specific help you’ll need to post a screenshot of what your flow looks like.
Check out the ping command to see how to build a basic command with inventor.
No like I made a setting : Ban
Slash Command
Triggers when a slash command is used.
Text Reply to Interaction
Slash Command
Sync CommandChange Trigger
Command Name
Slash command names must be lowercase and unique across your bot. Max 32 characters.
Subcommand Name
If provided, you can use the command name multiple times across multiple flows, with different subcommand names. All commands with the same name must have subcommands, and those subcommands must be unique.
Description
Shown in the Discord client to indicate the purpose of the command. Max 100 characters.
then in the second one it should be User has been banned. when it is runned
You’re copying text here, not sending a screenshot. Please take a screenshot showing the flow trigger page and the blocks in it.
oh right ok
Did you read the message shown in the image you posted in the opening message. It says you need to add an Interaction Response
. Add that and you need to make it say what you want it to say
You aren’t actually banning the user there. You’ll need to add the Ban Server Member block to actually ban the member. Inventor can’t magically guess what you’re trying to make and build the flow for you. You need to add a block for each thing you want to do.
You should really go through the ping tutorial if you haven’t already → Tutorial - Ping Command
OHHHHHHHHHh
one final question: How should I make a command to list every command? (for some reason now its not responding but I can deal with it)
Just do what you’re already doing, but write in a list of commands in the interaction response.
The nice part of slash commands is that you don’t really need a help command, since Discord lists them out for users anyway.
Thanks!
wait one last thing, How do I make a command to KICK a member?
use the kick server member block