Explorar o código

Fix not iterating over memes and miscs

ghorsington %!s(int64=6) %!d(string=hai) anos
pai
achega
3d382decdb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      commands/guide.js

+ 1 - 0
commands/guide.js

@@ -138,6 +138,7 @@ const onDirectMention = (msg, content, actionsDone) => {
     let parts = content.trim().split(" ");
     let guide = db
         .get("guides")
+        .merge(db.get("memes"), db.get("miscs"))
         .map(g => Object.assign({
             parts: g.name.toLowerCase().split(" ")
         }, g))