소스 검색

Fix typo in reactions

denikson 6 년 전
부모
커밋
cadb0fc499
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")