mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 13:43:03 -04:00
Add omaw back at request of xi
This commit is contained in:
parent
f1c2c96318
commit
31473c239c
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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}",
|
||||
|
|
|
@ -1024,6 +1024,10 @@ export const EquicordDevs = Object.freeze({
|
|||
name: "xijexo",
|
||||
id: 1284113557201620995n
|
||||
},
|
||||
omaw: {
|
||||
name: "omaw",
|
||||
id: 1155026301791514655n
|
||||
},
|
||||
} satisfies Record<string, Dev>);
|
||||
|
||||
// iife so #__PURE__ works correctly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue