Skip to content

Commit

Permalink
fixes and logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Sep 14, 2024
1 parent f7e4e07 commit 89f7012
Show file tree
Hide file tree
Showing 10 changed files with 194 additions and 191 deletions.
14 changes: 7 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root = true

[*]
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
root = true

[*]
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
212 changes: 106 additions & 106 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,106 +1,106 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

/bundle
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

/bundle
28 changes: 14 additions & 14 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always",
"proseWrap": "always"
}
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always",
"proseWrap": "always"
}
14 changes: 7 additions & 7 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode"
]
}
{
"recommendations": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode"
]
}
48 changes: 24 additions & 24 deletions LICENSE.MD
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <https://unlicense.org>
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <https://unlicense.org>
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Show that you are deafened to others, while in reality you can still hear them.
It's also possible to fake mute and fake video.

Direct Download Link:
[![dev.tharki.ShowHiddenChannels.asar](https://img.shields.io/github/downloads/YofukashiNo/FakeDeafen/total.svg?style=social&label=Direct%20Download)](https://github.com/YofukashiNo/FakeDeafen/releases/latest/download/dev.tharki.FakeDeafen.asar)
[![dev.tharki.ShowHiddenChannels.asar](https://img.shields.io/github/downloads/yofukashino/FakeDeafen/total.svg?style=social&label=Direct%20Download)](https://github.com/yofukashino/FakeDeafen/releases/latest/download/dev.tharki.FakeDeafen.asar)


Install Link:
[![Safe](https://img.shields.io/github/downloads/YofukashiNo/FakeDeafen/total.svg?style=social&label=Install%20in%20Replugged&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQ1NzkgMjQ1NzkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnNYbGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sU3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBjbGFzcz0iX3BsdWdfM2J3NmNfMjIiIHN0eWxlPSJmaWxsLXJ1bGU6IGV2ZW5vZGQ7IGNsaXAtcnVsZTogZXZlbm9kZDsgc3Ryb2tlLWxpbmVqb2luOiByb3VuZDsiPjxnPjxjbGlwUGF0aCBpZD0iX2NsaXAxIj48cGF0aCBkPSJNMjIyMjAuMywyMjQ3NC44YzM5LjI1LDQ0LjU3MSA3MS40NjcsOTQuODcxIDk1LjU0MiwxNDkuMTYzYzE2NC4wOTYsMzY4LjQyNSAxNjIuNDI5LDc5Ni42MDggLTE3Ljk0MiwxMTcwLjFjLTQzLjE0MSw4OS4zMzMgLTk1LjA4NywxNzIuNiAtMTU0LjUwOCwyNDguOTcxYy0yODEuNzMzLDM2My41NjcgLTc2OS43NjcsNDk3LjI5NiAtMTE5Ny40OCwzMjguMTI5Yy0xNzc3LjgyLC02NzguMzc1IC00MTIxLjMyLC0xMjgyLjAzIC01NjcwLjA0LC0yMTQ1Ljg1Yy0zMDExLjE4LC0xNjc5LjU0IC01MDg0LjY3LC0zMjgzLjI4IC0zNjQ2LjE3LC03NzMxLjI5YzI2LjEzNywtODAuODgzIDk4LjgxNiwtMTM3Ljc1NCAxODMuNjA4LC0xNDMuNjcxYzE4MDUuNzcsLTEzNy4xMDggMzQxMC40LC0xMzkyLjE5IDM5MDUuNzIsLTMyNDAuNzVjMTYwLjg1LC02MDAuMzEyIDMxMi4yMjksLTExNjUuMjYgNDMyLjc3NSwtMTYxNS4xNWM3MC44NTgsLTI2NC40NDEgMzMuNzYyLC01NDYuMiAtMTAzLjEyMSwtNzgzLjI5MWMtMTM2Ljg4NywtMjM3LjA5MiAtMzYyLjM1LC00MTAuMDk2IC02MjYuNzkyLC00ODAuOTVsLTQyMi42NzksLTExMy4yNTlsODc4LjQ5MiwtMzI3OC41OGM1MC40NSwtMTg4LjI3MSAyNC4wMzcsLTM4OC44NzUgLTczLjQxNywtNTU3LjY3NWMtOTcuNDU4LC0xNjguOCAtMjU3Ljk3OSwtMjkxLjk3MSAtNDQ2LjI1LC0zNDIuNDE3Yy0xODguMjcxLC01MC40NSAtMzg4Ljg3NSwtMjQuMDM3IC01NTcuNjc1LDczLjQxN2MtMTY4LjgsOTcuNDU4IC0yOTEuOTcxLDI1Ny45NzkgLTM0Mi40MTcsNDQ2LjI1bC04NzguNDkxLDMyNzguNThsLTI3OTguNTUsLTc0OS44NjZsODc4LjQ5NiwtMzI3OC41OGM1MC40NDYsLTE4OC4yNyAyNC4wMzcsLTM4OC44NyAtNzMuNDIxLC01NTcuNjdjLTk3LjQ1NCwtMTY4LjggLTI1Ny45NzUsLTI5MS45NzUgLTQ0Ni4yNSwtMzQyLjQyMWMtMC4xMzMsLTAuMDM4IC0wLjI2NywtMC4wNzEgLTAuNDA0LC0wLjEwOWMtMTg4LjE2MywtNTAuNDIgLTM4OC42NSwtMjQuMDI1IC01NTcuMzU0LDczLjM4Yy0xNjguNzA1LDk3LjQgLTI5MS44MDUsMjU3LjgyOSAtMzQyLjIyNSw0NDUuOTkxbC04NzguNiwzMjc4Ljk5bC00MjIuNjgsLTExMy4yNTljLTI2NC40NDEsLTcwLjg1OCAtNTQ2LjIsLTMzLjc2MiAtNzgzLjI5MSwxMDMuMTIxYy0yMzcuMDkyLDEzNi44ODQgLTQxMC4wOTYsMzYyLjM0NiAtNDgwLjk1NCw2MjYuNzg4Yy0xMjAuNTUsNDQ5Ljg5NiAtMjcxLjkyNSwxMDE0Ljg0IC00MzIuNzgsMTYxNS4xNWMtNDc4LjM3NSwxNzg1LjMzIDIxNi4xMjUsMzYwOC42IDE2MTEuMTUsNDY1MS43MWM3Mi4zODgsNTMuMzg4IDEwMi4yNSwxNDcuMjU4IDc0LjAxNywyMzIuNjU4Yy0xNzAzLjcsNTE1OC41IDM5MC43NzEsNzY5NS42MiAyMzc2LjIsOTI4Mi4zM2M0MTMuODA4LDMzMC43MDQgODY2LjUzOCw2NDIuNDIxIDEzNDAuNjQsOTMxLjYwNGMxMzIuMjQyLDgxLjA2NyAxOTQuNDgzLDI0MC4xNSAxNTIuMzY3LDM4OS40MzNjLTQyLjExNywxNDkuMjg0IC0xNzguMzI2LDI1Mi4zODQgLTMzMy40MzQsMjUyLjM4NGMtMjgzNy4yOCwwLjc3MSAtOTE5OC41NCwwLjc3MSAtOTE5OC41NCwwLjc3MWMtNzY3LjA2MiwtMCAtMTM4OC44OSwtNjIxLjgyNSAtMTM4OC44OSwtMTM4OC44OWwtMCwtMjE4MDAuMmMtMCwtMzY4LjUzMyAxNDYuNDcxLC03MjEuOTYyIDQwNy4xNjIsLTk4Mi40NThjMjYwLjY5MiwtMjYwLjQ5NiA2MTQuMjMsLTQwNi43MDQgOTgyLjc2MywtNDA2LjQyOWMzNjA5LjE3LDIuNyAxMzAwMCw5LjcyMSAxMzAwMCw5LjcyMWMxNjM2LjAzLC0wIDMyMDUuMDYsNjQ5LjkxMiA0MzYxLjkyLDE4MDYuNzZjMTE1Ni44NSwxMTU2Ljg1IDE4MDYuNzYsMjcyNS44OCAxODA2Ljc2LDQzNjEuOTJsMCw0NDUwLjc1YzAsMTYzNi4wMyAtNjQ5LjkxMiwzMjA1LjA2IC0xODA2Ljc2LDQzNjEuOTJjLTE0OTMuNDYsMTQ5My40NSAtMTU2OS41NSwzODkwLjMgLTE3My44MjEsNTQ3NS40NmM4NzguMyw5OTcuNTE3IDE1NzkuNjUsMTc5NC4wNSAxNzY3LjM2LDIwMDcuMjVsLTAuMDA0LDAuMDQxWiI+PC9wYXRoPjwvY2xpcFBhdGg+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMSkiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNDU3OSIgaGVpZ2h0PSIyNDU3OSIgc3R5bGU9ImZpbGw6IHVybCgmcXVvdDsjX0xpbmVhcjImcXVvdDspOyI+PC9yZWN0PjwvZz48L2c+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJfTGluZWFyMiIgeDE9IjAiIHkxPSIwIiB4Mj0iMSIgeTI9IjAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDI0NTc5LC0yNDU3OSwyNDU3OSwyNDU3OSwwLDI0NTc5KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjogcmdiKDI1NSwgMzIsIDYyKTsgc3RvcC1vcGFjaXR5OiAxOyI+PC9zdG9wPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IHJnYig4MCwgNiwgMjU1KTsgc3RvcC1vcGFjaXR5OiAxOyI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==)](https://replugged.dev/install?identifier=YofukashiNo/FakeDeafen&source=github)
[![Safe](https://img.shields.io/github/downloads/yofukashino/FakeDeafen/total.svg?style=social&label=Install%20in%20Replugged&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQ1NzkgMjQ1NzkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnNYbGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sU3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBjbGFzcz0iX3BsdWdfM2J3NmNfMjIiIHN0eWxlPSJmaWxsLXJ1bGU6IGV2ZW5vZGQ7IGNsaXAtcnVsZTogZXZlbm9kZDsgc3Ryb2tlLWxpbmVqb2luOiByb3VuZDsiPjxnPjxjbGlwUGF0aCBpZD0iX2NsaXAxIj48cGF0aCBkPSJNMjIyMjAuMywyMjQ3NC44YzM5LjI1LDQ0LjU3MSA3MS40NjcsOTQuODcxIDk1LjU0MiwxNDkuMTYzYzE2NC4wOTYsMzY4LjQyNSAxNjIuNDI5LDc5Ni42MDggLTE3Ljk0MiwxMTcwLjFjLTQzLjE0MSw4OS4zMzMgLTk1LjA4NywxNzIuNiAtMTU0LjUwOCwyNDguOTcxYy0yODEuNzMzLDM2My41NjcgLTc2OS43NjcsNDk3LjI5NiAtMTE5Ny40OCwzMjguMTI5Yy0xNzc3LjgyLC02NzguMzc1IC00MTIxLjMyLC0xMjgyLjAzIC01NjcwLjA0LC0yMTQ1Ljg1Yy0zMDExLjE4LC0xNjc5LjU0IC01MDg0LjY3LC0zMjgzLjI4IC0zNjQ2LjE3LC03NzMxLjI5YzI2LjEzNywtODAuODgzIDk4LjgxNiwtMTM3Ljc1NCAxODMuNjA4LC0xNDMuNjcxYzE4MDUuNzcsLTEzNy4xMDggMzQxMC40LC0xMzkyLjE5IDM5MDUuNzIsLTMyNDAuNzVjMTYwLjg1LC02MDAuMzEyIDMxMi4yMjksLTExNjUuMjYgNDMyLjc3NSwtMTYxNS4xNWM3MC44NTgsLTI2NC40NDEgMzMuNzYyLC01NDYuMiAtMTAzLjEyMSwtNzgzLjI5MWMtMTM2Ljg4NywtMjM3LjA5MiAtMzYyLjM1LC00MTAuMDk2IC02MjYuNzkyLC00ODAuOTVsLTQyMi42NzksLTExMy4yNTlsODc4LjQ5MiwtMzI3OC41OGM1MC40NSwtMTg4LjI3MSAyNC4wMzcsLTM4OC44NzUgLTczLjQxNywtNTU3LjY3NWMtOTcuNDU4LC0xNjguOCAtMjU3Ljk3OSwtMjkxLjk3MSAtNDQ2LjI1LC0zNDIuNDE3Yy0xODguMjcxLC01MC40NSAtMzg4Ljg3NSwtMjQuMDM3IC01NTcuNjc1LDczLjQxN2MtMTY4LjgsOTcuNDU4IC0yOTEuOTcxLDI1Ny45NzkgLTM0Mi40MTcsNDQ2LjI1bC04NzguNDkxLDMyNzguNThsLTI3OTguNTUsLTc0OS44NjZsODc4LjQ5NiwtMzI3OC41OGM1MC40NDYsLTE4OC4yNyAyNC4wMzcsLTM4OC44NyAtNzMuNDIxLC01NTcuNjdjLTk3LjQ1NCwtMTY4LjggLTI1Ny45NzUsLTI5MS45NzUgLTQ0Ni4yNSwtMzQyLjQyMWMtMC4xMzMsLTAuMDM4IC0wLjI2NywtMC4wNzEgLTAuNDA0LC0wLjEwOWMtMTg4LjE2MywtNTAuNDIgLTM4OC42NSwtMjQuMDI1IC01NTcuMzU0LDczLjM4Yy0xNjguNzA1LDk3LjQgLTI5MS44MDUsMjU3LjgyOSAtMzQyLjIyNSw0NDUuOTkxbC04NzguNiwzMjc4Ljk5bC00MjIuNjgsLTExMy4yNTljLTI2NC40NDEsLTcwLjg1OCAtNTQ2LjIsLTMzLjc2MiAtNzgzLjI5MSwxMDMuMTIxYy0yMzcuMDkyLDEzNi44ODQgLTQxMC4wOTYsMzYyLjM0NiAtNDgwLjk1NCw2MjYuNzg4Yy0xMjAuNTUsNDQ5Ljg5NiAtMjcxLjkyNSwxMDE0Ljg0IC00MzIuNzgsMTYxNS4xNWMtNDc4LjM3NSwxNzg1LjMzIDIxNi4xMjUsMzYwOC42IDE2MTEuMTUsNDY1MS43MWM3Mi4zODgsNTMuMzg4IDEwMi4yNSwxNDcuMjU4IDc0LjAxNywyMzIuNjU4Yy0xNzAzLjcsNTE1OC41IDM5MC43NzEsNzY5NS42MiAyMzc2LjIsOTI4Mi4zM2M0MTMuODA4LDMzMC43MDQgODY2LjUzOCw2NDIuNDIxIDEzNDAuNjQsOTMxLjYwNGMxMzIuMjQyLDgxLjA2NyAxOTQuNDgzLDI0MC4xNSAxNTIuMzY3LDM4OS40MzNjLTQyLjExNywxNDkuMjg0IC0xNzguMzI2LDI1Mi4zODQgLTMzMy40MzQsMjUyLjM4NGMtMjgzNy4yOCwwLjc3MSAtOTE5OC41NCwwLjc3MSAtOTE5OC41NCwwLjc3MWMtNzY3LjA2MiwtMCAtMTM4OC44OSwtNjIxLjgyNSAtMTM4OC44OSwtMTM4OC44OWwtMCwtMjE4MDAuMmMtMCwtMzY4LjUzMyAxNDYuNDcxLC03MjEuOTYyIDQwNy4xNjIsLTk4Mi40NThjMjYwLjY5MiwtMjYwLjQ5NiA2MTQuMjMsLTQwNi43MDQgOTgyLjc2MywtNDA2LjQyOWMzNjA5LjE3LDIuNyAxMzAwMCw5LjcyMSAxMzAwMCw5LjcyMWMxNjM2LjAzLC0wIDMyMDUuMDYsNjQ5LjkxMiA0MzYxLjkyLDE4MDYuNzZjMTE1Ni44NSwxMTU2Ljg1IDE4MDYuNzYsMjcyNS44OCAxODA2Ljc2LDQzNjEuOTJsMCw0NDUwLjc1YzAsMTYzNi4wMyAtNjQ5LjkxMiwzMjA1LjA2IC0xODA2Ljc2LDQzNjEuOTJjLTE0OTMuNDYsMTQ5My40NSAtMTU2OS41NSwzODkwLjMgLTE3My44MjEsNTQ3NS40NmM4NzguMyw5OTcuNTE3IDE1NzkuNjUsMTc5NC4wNSAxNzY3LjM2LDIwMDcuMjVsLTAuMDA0LDAuMDQxWiI+PC9wYXRoPjwvY2xpcFBhdGg+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMSkiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNDU3OSIgaGVpZ2h0PSIyNDU3OSIgc3R5bGU9ImZpbGw6IHVybCgmcXVvdDsjX0xpbmVhcjImcXVvdDspOyI+PC9yZWN0PjwvZz48L2c+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJfTGluZWFyMiIgeDE9IjAiIHkxPSIwIiB4Mj0iMSIgeTI9IjAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDI0NTc5LC0yNDU3OSwyNDU3OSwyNDU3OSwwLDI0NTc5KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjogcmdiKDI1NSwgMzIsIDYyKTsgc3RvcC1vcGFjaXR5OiAxOyI+PC9zdG9wPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IHJnYig4MCwgNiwgMjU1KTsgc3RvcC1vcGFjaXR5OiAxOyI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==)](https://replugged.dev/install?identifier=yofukashino/FakeDeafen&source=github)


![fd](https://i.imgur.com/pDJorfP.gif)
Expand Down Expand Up @@ -37,17 +37,17 @@ Install Link:
- Just make a pull request

### How Do I support without pull request?
- You Can Donate on my [ko-fi](https://ko-fi.com/yofukashino) or UPI at `yofukashi.no.singh@fam`
- You Can Donate on my [ko-fi](https://ko-fi.com/yofukashino) or UPI at `yofukashinooo@oksbi`

[![Buy Me a Coffee at ko-fi.com](https://storage.ko-fi.com/cdn/kofi3.png?v=3)](https://ko-fi.com/yofukashino)

### Where can I find other plugins by you?

You can find them [here](https://github.com/YofukashiNo/RepluggedPlugins)
You can find them [here](https://github.com/yofukashino/RepluggedPlugins)

### This plugin isn't listed in the all plugin list?

PRs are appreciated or just make an issue on the [repo](https://github.com/YofukashiNo/RepluggedPlugins)
PRs are appreciated or just make an issue on the [repo](https://github.com/yofukashino/RepluggedPlugins)


### Where can I find the support?
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"name": "FakeDeafen",
"description": "Fake your audio status, to make it look like you are muted or deafened from other's perspective when you're not.",
"image": "https://i.imgur.com/pDJorfP.gif",
"source": "https://github.com/YofukashiNo/FakeDeafen",
"source": "https://github.com/yofukashino/FakeDeafen",
"author": {
"name": "Nanakusa",
"discordID": "1121961711080050780",
"github": "YofukashiNo"
"github": "yofukashino"
},
"version": "1.1.8",
"updater": {
"type": "github",
"id": "YofukashiNo/FakeDeafen"
"id": "yofukashino/FakeDeafen"
},
"license": "MIT",
"type": "replugged-plugin",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Listeners from "./listeners/index";

export const start = (): void => {
Settings.registerSettings();
void Injections.applyInjections();
void Injections.applyInjections().catch((err) => PluginLogger.error(err));
void Listeners.addListeners();
};

Expand Down
Loading

0 comments on commit 89f7012

Please sign in to comment.