24 lines
915 B
Markdown
24 lines
915 B
Markdown
|
# ShyTyping
|
||
|
|
||
|
Prevents you from accidentally revealing that you're lurking in a channel
|
||
|
|
||
|
Works with SilentTyping
|
||
|
|
||
|
## What it does
|
||
|
|
||
|
Only allows the typing start event listener to be called when at least one the following conditions are met
|
||
|
|
||
|
- You are typing in the your current voice channel
|
||
|
- There is at least one message in the current channel that meets all of the following requirements
|
||
|
- Sent by yourself
|
||
|
- Not deleted (MessageLogger)
|
||
|
- Sent within the past 5 minutes
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
### See https://docs.vencord.dev/installing/custom-plugins/ for setting up custom plugins
|
||
|
Once you have setup the environment for custom plugins, clone into the `src/userplugins` folder.
|
||
|
|
||
|
> [!WARNING]
|
||
|
> Do not ask for support regarding installation, including in Vencord's support channel, my DMs, repository issues, or anywhere this plugin has been published, as you won't recieve help. Follow the guide linked above.
|