forked from distok/cutthecord
slashcommands: Add /token command
This commit is contained in:
parent
bf789e07a3
commit
29d913aab2
2 changed files with 147 additions and 23 deletions
|
@ -24,7 +24,9 @@ Following commands are supported, but create less accessible text (so you should
|
|||
|
||||
CutTheCord has a couple features that can be enabled or disabled 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
|
||||
- /ctc notyping true/false -> Disables typing event so that it's not visible when you type (true = typing is shown, false = not shown)
|
||||
- /ctc token -> Gives your token
|
||||
- /ctc token $token -> Sets your token to the one specified, allowing switching between accounts
|
||||
|
||||
Commands like fw can be generated by `textreplacegen.py` or `textreplacegen-array.py` provided in this folder.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue