|
@@ -394,7 +394,7 @@
|
|
|
(state/get-commands)
|
|
(state/get-commands)
|
|
|
(when-let [plugin-commands (seq (some->> (state/get-plugins-slash-commands)
|
|
(when-let [plugin-commands (seq (some->> (state/get-plugins-slash-commands)
|
|
|
(mapv #(vec (concat % [nil :icon/puzzle])))))]
|
|
(mapv #(vec (concat % [nil :icon/puzzle])))))]
|
|
|
- (update plugin-commands 0 (fn [v] (conj v "PLUGINS")))))
|
|
|
|
|
|
|
+ (-> plugin-commands (vec) (update 0 (fn [v] (conj v "PLUGINS"))))))
|
|
|
(remove nil?)
|
|
(remove nil?)
|
|
|
(util/distinct-by-last-wins first))))
|
|
(util/distinct-by-last-wins first))))
|
|
|
|
|
|