ソースを参照

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")