Explorar el Código

Fix typo in reactions

denikson hace 7 años
padre
commit
cadb0fc499
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -194,7 +194,7 @@ client.on("message", m => {
         else if(db.get("bigUsers").includes(m.author.id).value())
             emoteType = "big";
         else if(db.get("dedUsers").includes(m.author.id).value())
-            emoteType = "big";
+            emoteType = "ded";
 
         const id = db
             .get("emotes")