duck
duck
DIAdiscord.js - Imagine an app
Created by ℛ𝒜𝒵ℰ𝒳 on 7/1/2024 in #djs-voice
How can i recive the voice of discord user from the bot please ???????????,
please be patient
7 replies
DIAdiscord.js - Imagine an app
Created by ℛ𝒜𝒵ℰ𝒳 on 7/1/2024 in #djs-voice
How can i recive the voice of discord user from the bot please ???????????,
not sure why this needed a second post
7 replies
DIAdiscord.js - Imagine an app
Created by ShowCast on 6/30/2024 in #djs-questions
Check If Entitlement is still valid
I don't believe any event fires, but it'd probably be entitlementUpdate if one does beyond that, <Client>.application.entitlements is an EntitlementManager
4 replies
DIAdiscord.js - Imagine an app
Created by ✗ A D A R S H on 6/27/2024 in #djs-questions
Steal command for stickers !!
then frankly I'm not really sure unlike with other assets, stickers are restricted to one specific file type based on format, so there wouldn't be any mixup with what extension is being returned djs doesn't transform the data in any way, so especially if there were no issues reuploading it manually, there shouldn't be any issues there
42 replies
DIAdiscord.js - Imagine an app
Created by ✗ A D A R S H on 6/27/2024 in #djs-questions
Steal command for stickers !!
and was it animated? or did it encounter the same issue?
42 replies
DIAdiscord.js - Imagine an app
Created by Ardi on 6/28/2024 in #djs-questions
Reaction Collector not getting the correct size (capped at 1)
I suppose you could just filter the users after the fact and only use the collector's filter for the emoji
13 replies
DIAdiscord.js - Imagine an app
Created by ✗ A D A R S H on 6/27/2024 in #djs-questions
Steal command for stickers !!
well the error seems straightforward, but on the assumption this is a follow up to manually reuploading the sticker, I meant manually uploading it through your discord client (not through the bot)
42 replies
DIAdiscord.js - Imagine an app
Created by Ardi on 6/28/2024 in #djs-questions
Reaction Collector not getting the correct size (capped at 1)
well if there were multiple in the collection, yes it's keyed by unicode character (or id in the case of custom emojis), so you can get 🔑 if the collection is empty first will return undefined
13 replies
DIAdiscord.js - Imagine an app
Created by Ardi on 6/28/2024 in #djs-questions
Reaction Collector not getting the correct size (capped at 1)
well since there's only one item in the collection, you can just use <Collection>.first()
13 replies
DIAdiscord.js - Imagine an app
Created by ✗ A D A R S H on 6/27/2024 in #djs-questions
Steal command for stickers !!
I can't seem to find the previous issue I was thinking of, but iirc there was some issue relating to how discord handles lottie stickers but since I can't find it and I'm not fully sure if it's still around, could you try manually reuploading the sticker just to test?
42 replies
DIAdiscord.js - Imagine an app
Created by ✗ A D A R S H on 6/27/2024 in #djs-questions
Steal command for stickers !!
I meant between apng and lottie
42 replies
DIAdiscord.js - Imagine an app
Created by ✗ A D A R S H on 6/27/2024 in #djs-questions
Steal command for stickers !!
before answering this, what format is the sticker in?
42 replies
DIAdiscord.js - Imagine an app
Created by ✗ A D A R S H on 6/27/2024 in #djs-questions
Steal command for stickers !!
(this is v13 where it apparently does take 3 separate params)
42 replies
DIAdiscord.js - Imagine an app
Created by Xalri on 6/28/2024 in #djs-voice
No audio are played (no green circle)
streaming from youtube to discord violates youtube's tos, and by extension, discord's tos if you're familiar with rhythm, you should also hopefully know that this is exactly why rhythm shut down in the first place they no longer do this
12 replies
DIAdiscord.js - Imagine an app
Created by Ardi on 6/28/2024 in #djs-questions
Reaction Collector not getting the correct size (capped at 1)
while the event emits per user, MessageReaction is per emoji so since you seem to only be collecting for a single emoji, it's always going to only have one MessageReaction you'd be looking for <MessageReaction>.users.cache.size
13 replies
DIAdiscord.js - Imagine an app
Created by KHUZUMI on 6/27/2024 in #djs-questions
Unknown Interaction
returning to this since I'm not sure if you were answered, but it does if both responses are sent at the same time (e.g. if two are sent asynchronously, even from the same process) you would get "Interaction already acknowledged" if they're sent one after another (e.g. awaiting one reply, then replying again)
60 replies
DIAdiscord.js - Imagine an app
Created by KHUZUMI on 6/27/2024 in #djs-questions
Unknown Interaction
this isn't really the kind of place where we write your code for you if you're having trouble understanding the info provided thus far, feel free to ask clarification questions though if you're just tired but could do it yourself, consider just getting some rest
60 replies
DIAdiscord.js - Imagine an app
Created by ! on 6/27/2024 in #djs-voice
Voice not playing
do you have the GuildVoiceStates intent?
17 replies
DIAdiscord.js - Imagine an app
Created by ! on 6/27/2024 in #djs-voice
Voice not playing
iirc you were previously looking at the required deps for /voice for a different issue, so hopefully that should already be in order, but please still generate a report just to make absolutely sure
17 replies
DIAdiscord.js - Imagine an app
Created by orion on 6/25/2024 in #djs-questions
What function type i need to pass to my collector filter property?
what you have is fine, the issue is that typescript doesn't know that you only intend to collect button interactions however you can specify the componentType option
9 replies