fix(plugin): broken slash command registry

pull/2264/head
charlie 2021-06-21 10:38:07 +08:00 committed by Tienson Qin
parent 92ffe398b6
commit cb8c115571
1 changed files with 2 additions and 1 deletions

View File

@ -265,7 +265,8 @@
:backward-pos 2}]]]]
;; Allow user to modify or extend, should specify how to extend.
(state/get-commands))
(state/get-commands)
(state/get-plugins-commands))
(remove nil?)
(util/distinct-by-last-wins first)))