nexusfallout před 3 roky
rodič
revize
c52f91bc2a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);
       })