Explorar o código

remove emoticon

nexusfallout %!s(int64=3) %!d(string=hai) anos
pai
achega
c52f91bc2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
       })