mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 11:43:32 -05:00
UserVoiceShow: Fix incorrect dependencies
This commit is contained in:
parent
b37b0d54b4
commit
fa092cf45d
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ export default definePlugin({
|
||||||
name: "UserVoiceShow",
|
name: "UserVoiceShow",
|
||||||
description: "Shows an indicator when a user is in a Voice Channel",
|
description: "Shows an indicator when a user is in a Voice Channel",
|
||||||
authors: [Devs.Nuckyz, Devs.LordElias],
|
authors: [Devs.Nuckyz, Devs.LordElias],
|
||||||
|
dependencies: ["MemberListDecoratorsAPI", "MessageDecorationsAPI"],
|
||||||
settings,
|
settings,
|
||||||
|
|
||||||
patches: [
|
patches: [
|
||||||
|
|
Loading…
Reference in a new issue