Pārlūkot izejas kodu

remove emoticon

nexusfallout 3 gadi atpakaļ
vecāks
revīzija
c52f91bc2a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);
       })