mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -04:00
Fix Devs For RandomVoice
This commit is contained in:
parent
8811bb70b2
commit
f1c2c96318
3 changed files with 6 additions and 6 deletions
|
@ -122,7 +122,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
|
||||||
- QuestCompleter by Amia
|
- QuestCompleter by Amia
|
||||||
- QuestionMarkReplacement by nyx
|
- QuestionMarkReplacement by nyx
|
||||||
- Quoter by Samwich
|
- Quoter by Samwich
|
||||||
- RandomVoice by omaw
|
- RandomVoice by xijexo
|
||||||
- Remix by MrDiamond
|
- Remix by MrDiamond
|
||||||
- RemixMe by kvba
|
- RemixMe by kvba
|
||||||
- RepeatMessage by Tolgchu
|
- RepeatMessage by Tolgchu
|
||||||
|
|
|
@ -141,7 +141,7 @@ const settings = definePluginSettings({
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "RandomVoice",
|
name: "RandomVoice",
|
||||||
description: "Adds a Button near the Mute button to join a random voice call.",
|
description: "Adds a Button near the Mute button to join a random voice call.",
|
||||||
authors: [EquicordDevs.omaw],
|
authors: [EquicordDevs.xijexo],
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
find: "#{intl::ACCOUNT_SPEAKING_WHILE_MUTED}",
|
find: "#{intl::ACCOUNT_SPEAKING_WHILE_MUTED}",
|
||||||
|
@ -725,4 +725,4 @@ function autoCamera() {
|
||||||
camera.click();
|
camera.click();
|
||||||
}
|
}
|
||||||
}, 50);
|
}, 50);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1020,9 +1020,9 @@ export const EquicordDevs = Object.freeze({
|
||||||
name: "talhakf",
|
name: "talhakf",
|
||||||
id: 1140716160560676976n
|
id: 1140716160560676976n
|
||||||
},
|
},
|
||||||
omaw: {
|
xijexo: {
|
||||||
name: "omaw",
|
name: "xijexo",
|
||||||
id: 1155026301791514655n
|
id: 1284113557201620995n
|
||||||
},
|
},
|
||||||
} satisfies Record<string, Dev>);
|
} satisfies Record<string, Dev>);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue