TehPig
TehPig
DIAdiscord.js - Imagine an app
Created by TehPig on 2/14/2025 in #djs-questions
[discord-rpc] Retrieving authorization code for access token
Scopes used: rpc, rpc.voice.read
rpc.login({ clientId, scopes, accessToken, redirectUri: "http://localhost/" })
rpc.login({ clientId, scopes, accessToken, redirectUri: "http://localhost/" })
3 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 2/9/2025 in #djs-questions
Using <GuildsAPI>.getMembers() to fetch specific members.
Thank for your help!
8 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 2/9/2025 in #djs-questions
Using <GuildsAPI>.getMembers() to fetch specific members.
Or should i just check the returned IDs in the response and filter them instead?
8 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 2/9/2025 in #djs-questions
Using <GuildsAPI>.getMembers() to fetch specific members.
if a userID is specified that is not a member of the guild, I noticed that no information will be returned, is the notFound: property used to identify the IDs that did not return any data?
8 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 2/9/2025 in #djs-questions
Using <GuildsAPI>.getMembers() to fetch specific members.
Alright thank you, will take a look. 👍
8 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 2/9/2025 in #djs-questions
Using <GuildsAPI>.getMembers() to fetch specific members.
This does not work with IDs though, am I correct?
8 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
alright, is there any way i can simplify that bitfield into permission names, for better understanding on my end?
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
PermissionsBitField { bitfield: 1808015873800951n }
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
the parent seems to be the issue
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
i take that back, it succeeds
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
it creates the channel, but it does not set the permissions
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
No description
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
yes
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
?
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
PermissionsBitField { bitfield: 1808015873801975n }
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
No description
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
sending messages in other channels with embeds works fine
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
it has all 3
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
the error stops there
22 replies
DIAdiscord.js - Imagine an app
Created by TehPig on 8/9/2024 in #djs-questions
missing permissions / permissions are already granted
which is this part
} catch (e) {
>>> channel = await inter.guild.channels.create({
} catch (e) {
>>> channel = await inter.guild.channels.create({
22 replies