forked from distok/cutthecord
parent
bcbb19690b
commit
cb48362e57
3 changed files with 191 additions and 36 deletions
|
@ -27,6 +27,7 @@ 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 gifautoplay true/false -> Disables auto play of GIFs (true (default) = GIFs autoplay, false = GIFs don't autoplay)
|
||||
- /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