slashcommands: Add /token command

This commit is contained in:
ave 2019-05-26 18:19:04 +03:00
parent bf789e07a3
commit 29d913aab2
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
2 changed files with 147 additions and 23 deletions

View file

@ -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.