forked from distok/cutthecord
slashcommands: add /ctc nodelete
This commit is contained in:
parent
36e82810c7
commit
53cc185d94
2 changed files with 111 additions and 13 deletions
|
@ -26,6 +26,7 @@ Following commands are supported, but create less accessible text (so you should
|
|||
CutTheCord has a couple features that can utilized with slash commands as well:
|
||||
- /ctc channelleak true/false -> Shows all channels, even those you don't have permissions to view (might mess with channel editing or editing while it's enabled)
|
||||
- /ctc notyping true/false -> Disables typing event so that it's not visible when you type (true = typing is shown, false = not shown)
|
||||
- /ctc nodelete true/false -> Disables handling of message delete events. Currently deletes messages don't have anything changed about them, but I plan to append "(deleted)" to them eventually. (true = Deleted messages stay, false = they get deleted)
|
||||
- /ctc token -> Gives your token
|
||||
- /ctc token $token -> Sets your token to the one specified, allowing switching between accounts
|
||||
- /ctc addaccount $name $token -> Adds an account to the account switcher (name can be anything, token will be set to the current one if it's `current`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue