Parcourir la source

Fix typo in reactions

denikson il y a 6 ans
Parent
commit
cadb0fc499
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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")