diff options
Diffstat (limited to 'src/Plugin')
-rw-r--r-- | src/Plugin/Help.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Plugin/Help.hs b/src/Plugin/Help.hs index ebe3760..7694e87 100644 --- a/src/Plugin/Help.hs +++ b/src/Plugin/Help.hs @@ -32,5 +32,7 @@ helpAction _ = do where longestCommandLen plugins = foldr (max) 0 (map (T.length . command) plugins) +-- TODO: Build a new plugin list _in the help plugin_ that applies Config to a +-- list of plugins and uses that to render the text plugins :: [Bot Plugin] plugins = PL.plugins ++ [help] |