2Cubed
2Cubed
Definitely a good idea. We need a good service-agnostic syntax for this, though. Maybe an extra limiter? `.` could be good, if so. (Think hidden `.direcrories`.) ``` !command add .quiet...
@kondrik Interesting... do you have any ideas for syntax? :thinking:
Multi-limiters don't *currently* work, intentionally... but simply because we only have `+` and `$`, which make no sense to combine. Once we add `.` and `>`, which will be in...
Interesting idea. We have this functionality in magic commands... but we actually chose *not* to include this in custom commands for a specific reason. TL;DR: Spam. If people are able...
Maybe for all notifications? :slightly_smiling_face:
Definitely something to think about Later™. :smile:
Good call! Definitely something we should have.
Good idea! :+1:
We should build in boolean logic (`AND`/`OR`) and capitalization "stuff". The following shows the desired result, but not necessarily the actual syntax we should use: ``` taco && salad Can...
This is a good idea. We talked a while ago about wanting to put something in the API to signify that a command is existent, but magic (currently, `/user/:token/command/quote` `404`'s)....