suggestion: slash commands
See original GitHub issuewhat do you think about adding another type?
+ weather *
/ weather <star>
these are slash commands the bot can run. basically similar to
<call>weather <star></call>
i’m actually using something similar to this in our setup but more like
^ /command param
which isn’t as nice to write.
I like the syntax of
+ trigger
@ redirect
with the syntax color hiliting it makes scripts quite clear to read.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Snippet: Discord Suggestion Slash Command | Raxlitude
Discord Suggestion Slash Command. This slash command sends a message to the channel you set as the environment variable `CMDLOGS_CHANNEL_ID`, which includes ...
Read more >The Slash Command Series - Types of Command Suggestions
If you have no clue of what command suggestion is, I recommend you to take a look at all the Slash Command Series...
Read more >How To Make A Suggestion Bot With Slash Commands In Replit
This Video Is About How To Make A Suggestion Bot With Slash Commands In Replit | Disord.js v13 | DECΩDERS™Code In Discord Server ......
Read more >Slash Commands - disnake
Slash commands support interactive autocompletion. You can define a function that will constantly suggest autocomplete options while the user is typing. So ...
Read more >Enabling interactivity with Slash Commands - Slack API
Slash Commands allow users to invoke your app by typing a string into the message composer box. A submitted Slash Command will cause...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yeh i usually get them to format like this:
then its harder to screw up with the copypasta.
@dscan good suggestion on the
/
for commands.FWIW, we trained our editors to use
^
to break on newlines using! local concat = newline
. Not as clean as smart indentions, but with some syntax highlighting in our editor, still easy enough for our editors to visually see what is happening.