mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 09:57:08 -04:00
Fix Devs For RandomVoice
This commit is contained in:
parent
8811bb70b2
commit
f1c2c96318
3 changed files with 6 additions and 6 deletions
|
@ -141,7 +141,7 @@ const settings = definePluginSettings({
|
|||
export default definePlugin({
|
||||
name: "RandomVoice",
|
||||
description: "Adds a Button near the Mute button to join a random voice call.",
|
||||
authors: [EquicordDevs.omaw],
|
||||
authors: [EquicordDevs.xijexo],
|
||||
patches: [
|
||||
{
|
||||
find: "#{intl::ACCOUNT_SPEAKING_WHILE_MUTED}",
|
||||
|
@ -725,4 +725,4 @@ function autoCamera() {
|
|||
camera.click();
|
||||
}
|
||||
}, 50);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1020,9 +1020,9 @@ export const EquicordDevs = Object.freeze({
|
|||
name: "talhakf",
|
||||
id: 1140716160560676976n
|
||||
},
|
||||
omaw: {
|
||||
name: "omaw",
|
||||
id: 1155026301791514655n
|
||||
xijexo: {
|
||||
name: "xijexo",
|
||||
id: 1284113557201620995n
|
||||
},
|
||||
} satisfies Record<string, Dev>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue