From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.1.3] (unknown [101.128.125.149]) by gnuweeb.org (Postfix) with ESMTPSA id 519D17E3B9; Fri, 23 Sep 2022 17:02:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1663952580; bh=MgxBOIpliqTFewfWYEPpeXyW43j7gfgzo04O+gkDWjw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KZNJILFT9pT41OYfgpAUlve1ikA3eiHt2pjKQ9R5YZb8OKs422egQAk69btgtqeZN GhuUkaZ8UTfCXNycCpvkm3sPiTBKbdVnxENOCRIn0nJMidrojuL6mzK6slDWXPG+kx pH9qU5zBtQZWwxUT8oUVnNdW92vV/nZXitYyTFLIsbiAhIJ1+eSxLs9pjyR7Z6ydTL jdUon+2hkd86CFk/hlbW/a3LfqcJ9lU7y+PnJXsTfSlp+ztzRZTc+FjGs5TsZ3tFrW 4CcVLU+LSOGyLiZ+aS+vLX6vcfxd8aVGMLnrT5K2rANJ986CXJ6fj/NYIS/tmVl+ub eZGSaE52AqBew== Message-ID: <5da84f12-ad82-57de-02d9-55dab0bacf8e@gnuweeb.org> Date: Sat, 24 Sep 2022 00:02:57 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [RFC PATCH v4 00/17] Refactor Telegram & initial work Discord Content-Language: en-US To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20220920134812.331-1-kiizuha@gnuweeb.org> <137fc03d-b226-637e-b6d3-0dc425853d58@gnuweeb.org> From: Muhammad Rizki In-Reply-To: <137fc03d-b226-637e-b6d3-0dc425853d58@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: On 24/09/2022 00.00, Ammar Faizi wrote: > On 9/23/22 11:57 PM, Muhammad Rizki wrote: >> On 23/09/2022 23.42, Ammar Faizi wrote: >>> On 9/20/22 8:47 PM, Muhammad Rizki wrote: >>>> Request: >>>> Please test it first so I can do more revision in a review, with this, >>>> I can continue this progress faster, but, if you want this project >>>> there >>>> is no need to rush that's okay, as long as you increase the time for >>>> making this project, thanks. >>> >>> Just got back into this... >>> >>> Something goes wrong from my end, so I run it like this: >>> >>> ---------------------------- >>> ammarfaizi2@integral2:~/app/lore-daemon.dev/daemon$ python3 dc.py >>> [ GNU/Weeb Bot is connected ] >>> >>> ID   : 1015428932612403221 >>> Name : GNUWeeb2 >>> Tags : GNUWeeb2#3452 >>> >>> Ready to get the latest of lore kernel emails. >>> >>> ---------------------------- >>> >>> But the bot doesn't respond. See: >>> >>> https://gist.githubusercontent.com/ammarfaizi2/660ff4910b77f7887d6228e087709826/raw/192d338157e0b2a9915f8150768993cacfdec85f/ss.png >>> >>> What did I do wrong? >>> >>> If you need more information, please tell me what should I give to >>> you to investigate the issue. >>> >> >> I think it's because the old slash commands data still sync in your >> bot, because I manage not to auto-sync when the bot is starting. I've >> tested it with the old slash commands exist, when I try to sync the >> slash commands, it's all gone now. Because I'm not add the slash >> commands yet. > > From your reply, I still don't understand what should I do to fix this. > I did perform the `$s` and `.s` command to try to sync it. But no > response from the bot. > It's because I'm not adding the sync command too, this RFC patch should be my initial work only.