mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -04:00
messageTags: Fix duplicate entries & replies (#922)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
dac9cad873
commit
9c929a4d98
2 changed files with 9 additions and 5 deletions
|
@ -111,6 +111,7 @@ function registerSubCommands(cmd: Command, plugin: string) {
|
|||
...o,
|
||||
type: ApplicationCommandType.CHAT_INPUT,
|
||||
name: `${cmd.name} ${o.name}`,
|
||||
id: `${o.name}-${cmd.id}`,
|
||||
displayName: `${cmd.name} ${o.name}`,
|
||||
subCommandPath: [{
|
||||
name: o.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue