Lukas
Lukas
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
community was disabled again
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
ah nevermind
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
the error is back again. Same error and I didnt change anything. Community is enabled
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
well what do I do if it doesnt work. I mean the feature is still in beta
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
ah okay
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
just unpausing doesnt work
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
also pausing invites still works even if I rapid fire
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
wouldnt it send an error when it's a rate limit issue?
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
but it still doesnt work the intended way
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
yeah
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
well kinda
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
but if I disable them by hand and then tell the bot to re-enable them like so: await guild.disableInvites(false) nothing happens I dont get an error, it just doesnt work
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
okay so disabling invites works now
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
it isnt
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
on the server?
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
here you go
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
{
CreateInstantInvite: true,
KickMembers: true,
BanMembers: true,
Administrator: true,
ManageChannels: true,
ManageGuild: true,
AddReactions: true,
ViewAuditLog: true,
PrioritySpeaker: true,
Stream: true,
ViewChannel: true,
SendMessages: true,
SendTTSMessages: true,
ManageMessages: true,
EmbedLinks: true,
AttachFiles: true,
ReadMessageHistory: true,
MentionEveryone: true,
UseExternalEmojis: true,
ViewGuildInsights: true,
Connect: true,
Speak: true,
MuteMembers: true,
DeafenMembers: true,
MoveMembers: true,
UseVAD: true,
ChangeNickname: true,
ManageNicknames: true,
ManageRoles: true,
ManageWebhooks: true,
ManageEmojisAndStickers: true,
ManageGuildExpressions: true,
UseApplicationCommands: true,
RequestToSpeak: true,
ManageEvents: true,
ManageThreads: true,
CreatePublicThreads: true,
CreatePrivateThreads: true,
UseExternalStickers: true,
SendMessagesInThreads: true,
UseEmbeddedActivities: true,
ModerateMembers: true,
ViewCreatorMonetizationAnalytics: true,
UseSoundboard: true,
CreateGuildExpressions: true,
CreateEvents: true,
UseExternalSounds: true,
SendVoiceMessages: true,
SendPolls: true
}
{
CreateInstantInvite: true,
KickMembers: true,
BanMembers: true,
Administrator: true,
ManageChannels: true,
ManageGuild: true,
AddReactions: true,
ViewAuditLog: true,
PrioritySpeaker: true,
Stream: true,
ViewChannel: true,
SendMessages: true,
SendTTSMessages: true,
ManageMessages: true,
EmbedLinks: true,
AttachFiles: true,
ReadMessageHistory: true,
MentionEveryone: true,
UseExternalEmojis: true,
ViewGuildInsights: true,
Connect: true,
Speak: true,
MuteMembers: true,
DeafenMembers: true,
MoveMembers: true,
UseVAD: true,
ChangeNickname: true,
ManageNicknames: true,
ManageRoles: true,
ManageWebhooks: true,
ManageEmojisAndStickers: true,
ManageGuildExpressions: true,
UseApplicationCommands: true,
RequestToSpeak: true,
ManageEvents: true,
ManageThreads: true,
CreatePublicThreads: true,
CreatePrivateThreads: true,
UseExternalStickers: true,
SendMessagesInThreads: true,
UseEmbeddedActivities: true,
ModerateMembers: true,
ViewCreatorMonetizationAnalytics: true,
UseSoundboard: true,
CreateGuildExpressions: true,
CreateEvents: true,
UseExternalSounds: true,
SendVoiceMessages: true,
SendPolls: true
}
32 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Lukas on 10/17/2024 in #djs-questions
Missing Access Error when updating Guild Features
[email protected] & node v22.7.0
32 replies