Jelajahi Sumber

remove emoticon

nexusfallout 3 tahun lalu
induk
melakukan
c52f91bc2a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      storagesize-bot/index.js

+ 1 - 1
storagesize-bot/index.js

@@ -101,7 +101,7 @@ client.on("message", async (msg) => {
   const user = msg.author;
   if (msg.content === "/storagesize") {
     msg
-      .reply("Calculating... <a:check_no:717523612906684428>")
+      .reply("Calculating... ")
       .then(async (oldMessage) => {
         generateMsg(oldMessage, user);
       })