Compare commits

...
This repository has been archived on 2021-08-24. You can view files and clone it, but cannot push or open issues or pull requests.

2 Commits

Author SHA1 Message Date
aokiare e4d0b9eb85 fix showtyping in readme.md 2020-12-24 13:19:59 +00:00
aokiare b1d72e0589 fix showtyping showing up as notyping 2020-12-24 13:19:02 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -3516,7 +3516,7 @@ diff -crB from/smali/com/discord/widgets/chat/input/WidgetChatInputCommandsModel
! !
! invoke-virtual {v1, v2}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z ! invoke-virtual {v1, v2}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
! !
! const-string v2, "ctc notyping" ! const-string v2, "ctc showtyping"
! !
! const-string v4, "Disables typing event so that its not visible when you type" ! const-string v4, "Disables typing event so that its not visible when you type"
! !

View File

@ -25,7 +25,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: 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 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 showtyping 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. (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 gifautoplay true/false -> Disables auto play of GIFs (true (default) = GIFs autoplay, false = GIFs don't autoplay)
- /ctc token -> Gives your token - /ctc token -> Gives your token