jsw
jsw
DIdiscord.js - Imagine ❄
Created by jsw on 12/14/2024 in #djs-questions
How do i delete a followup to a deferreply using a button?
I currently have await interaction.deleteReply() in the button callback but it gives the error error: Uncaught (in promise) DiscordAPIError[10015]: Unknown Webhook.
10 replies
DIdiscord.js - Imagine ❄
Created by jsw on 12/10/2024 in #djs-questions
check if bot is user installed (or check if dm permission without sending a message)
Hi is there a way to check if the bot is user-installed? I'd like to make a reminders userbot command that sends you a dm when the reminder's due. The only solution i've seen so far is to send a dm to someone but i'd prefer not double dms (one when running the command and one when the reminder's finished.)
6 replies