messageTags: Fix duplicate entries & replies (#922)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user