forked from distok/cutthecord
add (deleted) to deleted messages (#77)
add (deleted) to deleted messages Co-authored-by: BlueMods Reviewed-on: distok/cutthecord#77
This commit is contained in:
parent
e17082f086
commit
ec246529e2
2 changed files with 320 additions and 38 deletions
|
@ -26,7 +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 nodelete true/false -> Disables handling of message delete events. (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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue