From 31473c239cd78485aa236f1b7f04bb72e99ea7bf Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Tue, 1 Apr 2025 19:16:13 -0400 Subject: [PATCH] Add omaw back at request of xi --- README.md | 2 +- src/equicordplugins/randomVoice/index.tsx | 2 +- src/utils/constants.ts | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fce0751..9968cacc 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch - QuestCompleter by Amia - QuestionMarkReplacement by nyx - Quoter by Samwich -- RandomVoice by xijexo +- RandomVoice by xijexo & omaw - Remix by MrDiamond - RemixMe by kvba - RepeatMessage by Tolgchu diff --git a/src/equicordplugins/randomVoice/index.tsx b/src/equicordplugins/randomVoice/index.tsx index 917a2936..2b5080c1 100644 --- a/src/equicordplugins/randomVoice/index.tsx +++ b/src/equicordplugins/randomVoice/index.tsx @@ -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.xijexo], + authors: [EquicordDevs.xijexo, EquicordDevs.omaw], patches: [ { find: "#{intl::ACCOUNT_SPEAKING_WHILE_MUTED}", diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 6d04a38c..46836b17 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1024,6 +1024,10 @@ export const EquicordDevs = Object.freeze({ name: "xijexo", id: 1284113557201620995n }, + omaw: { + name: "omaw", + id: 1155026301791514655n + }, } satisfies Record); // iife so #__PURE__ works correctly