From b1d72e05894479a6eaa8c291c052b8f5e590769e Mon Sep 17 00:00:00 2001 From: aokiare Date: Thu, 24 Dec 2020 13:19:02 +0000 Subject: [PATCH 1/2] fix showtyping showing up as notyping --- patches/slashcommands/1356.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/slashcommands/1356.patch b/patches/slashcommands/1356.patch index 4ae220d..bd0f1aa 100644 --- a/patches/slashcommands/1356.patch +++ b/patches/slashcommands/1356.patch @@ -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 ! -! const-string v2, "ctc notyping" +! const-string v2, "ctc showtyping" ! ! const-string v4, "Disables typing event so that it’s not visible when you type" ! -- 2.34.1 From e4d0b9eb85301ee0f5539b77913b7ac1a81556f1 Mon Sep 17 00:00:00 2001 From: aokiare Date: Thu, 24 Dec 2020 13:19:59 +0000 Subject: [PATCH 2/2] fix showtyping in readme.md --- patches/slashcommands/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/slashcommands/README.md b/patches/slashcommands/README.md index 5d1ede4..c2fa110 100644 --- a/patches/slashcommands/README.md +++ b/patches/slashcommands/README.md @@ -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: - /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 gifautoplay true/false -> Disables auto play of GIFs (true (default) = GIFs autoplay, false = GIFs don't autoplay) - /ctc token -> Gives your token -- 2.34.1