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.
cutthecord/patches/slashcommands/README.md

67 lines
2.9 KiB
Markdown
Raw Normal View History

## DisTok CutTheCord: Slash Commands Patch
This patch adds a message intercept feature with minimal changes to the original code, and adds slash commands.
The following slash commands are supported:
- /upper -> Makes text uppercase
- /lower -> Makes text lowercase
- /bold -> Makes text bold
- /spoiler -> Marks your message as a spoiler (same as Discord Desktop)
2019-10-05 16:51:31 +00:00
- /spoilerimg -> Prepends SPOILER_ to names of all images attached to the message that starts with this, causing them to get marked as spoiler.
- /me -> Display text with emphasis (same as Discord Desktop)
- /st -> Puts a strikethrough the message
- /shrug -> Appends ¯\\_(ツ)_/¯ to your message (same as Discord Desktop)
- /tableflip -> Appends (╯°□°)╯︵ ┻━┻ to your message (same as Discord Desktop)
- /unflip -> Appends ┬─┬ ( ゜-゜ノ) to your message (same as Discord Desktop)
- /lenny -> Appends ( ͡° ͜ʖ ͡°) to your message
- /owo -> Myakes tyext reawwy owo-ly, nya :3
Following commands are supported, but create less accessible text (so you should probably ensure that no one around you will be affected before you use them):
- /fw -> Makes text fullwidth (like "    ")
- /small -> Makes text smaller (like "ᴛʜɪs")
- /smaller -> Makes text even smaller (like "ᵗʰvˢ")
- /flip -> Flips text (like "ʇɥıs")
- /clap -> Please :clap: clap
2019-05-26 19:31:51 +00:00
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)
2019-05-26 15:19:04 +00:00
- /ctc notyping true/false -> Disables typing event so that it's not visible when you type (true = typing is shown, false = not shown)
2019-10-05 17:12:20 +00:00
- /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)
2019-05-26 15:19:04 +00:00
- /ctc token -> Gives your token
- /ctc token $token -> Sets your token to the one specified, allowing switching between accounts
- /ctc addaccount $name $token -> Adds an account to the account switcher (name can be anything, token will be set to the current one if it's `current`)
2019-05-26 19:31:51 +00:00
- /ctc account $name -> Switches to the account (requires you to restart the app)
Commands like fw can be generated by `textreplacegen.py` or `textreplacegen-array.py` provided in this folder.
2019-05-26 19:57:38 +00:00
## Known bugs
- There's no help.
2019-05-26 19:57:38 +00:00
- Output from /ctc commands doesn't get properly displayed if enter is not pressed using a physical keyboard (usb or bluetooth). This is bizarre and oh god please help me solve this bug.
#### Available and tested on:
- 9.0.0
2019-05-22 06:04:37 +00:00
- 9.0.1
- 9.0.2
2019-05-24 20:48:16 +00:00
- 9.0.3
- 9.0.4
- 9.0.6
2019-06-07 22:35:44 +00:00
- 9.0.9
2019-06-25 12:11:01 +00:00
- 9.1.0
2019-08-12 18:10:22 +00:00
- 9.3.8-SAO-Heathcliff
2019-08-16 20:58:00 +00:00
- 9.3.9
2019-08-16 21:41:53 +00:00
- 9.4.0
2019-08-17 10:20:19 +00:00
- 9.4.2-SA
2019-08-20 07:32:35 +00:00
- 9.4.3-SA
2019-08-22 12:06:29 +00:00
- 9.4.5
- 9.4.6
2019-08-24 09:28:21 +00:00
- 9.4.7
2019-08-27 12:15:17 +00:00
- 9.4.8
- 9.6.3
2019-10-01 20:06:14 +00:00
- 9.6.4
2019-10-03 05:52:14 +00:00
- 9.6.5
2019-10-05 13:07:30 +00:00
- 9.6.6
2019-10-05 13:23:26 +00:00
- 9.6.7
2019-10-07 23:27:20 +00:00
- 9.6.8
- 9.7.0