Snortzy North
Snortzy North
Explore posts from servers
SIASapphire - Imagine a framework
Created by Snortzy North on 2/16/2024 in #discordjs-support
help
So am not sure why it has fallen out of use
14 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 2/16/2024 in #discordjs-support
help
Oka Algd but I mean I do have a source coded music bot that actually works
14 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 2/16/2024 in #discordjs-support
help
@Helpers
14 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 10/24/2023 in #discordjs-support
Discord dashboard
const { GatewayIntentBits, Partials } = require("discord.js")
const { CustomClient } = require("./Structures/Classes/CustomClient")
const { loadEvents } = require("./Structures/Functions/EventLoader")

require("dotenv").config()

const client = new CustomClient({
intents: [
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.Guilds,
GatewayIntentBits.MessageContent
],
partials: [
Partials.Channel,
Partials.Message,
Partials.Reaction
]
})

loadEvents(client)

module.exports = client

client.start()
const { GatewayIntentBits, Partials } = require("discord.js")
const { CustomClient } = require("./Structures/Classes/CustomClient")
const { loadEvents } = require("./Structures/Functions/EventLoader")

require("dotenv").config()

const client = new CustomClient({
intents: [
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.Guilds,
GatewayIntentBits.MessageContent
],
partials: [
Partials.Channel,
Partials.Message,
Partials.Reaction
]
})

loadEvents(client)

module.exports = client

client.start()
ive got my client here
6 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 10/24/2023 in #discordjs-support
Discord dashboard
@Helpers
6 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
FIne ama go find some other server to ask for help, this is not working
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
^
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
Well it seems that it wont send the Embed
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
Right?
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
for (role in member.roles.cache.intersect(interaction.member.roles.cache).values()) {
if (interaction.member.roles.cache.has(role.id)) {
console.log('The user has the role');
for (role in member.roles.cache.intersect(interaction.member.roles.cache).values()) {
if (interaction.member.roles.cache.has(role.id)) {
console.log('The user has the role');
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
for (role in member) {
if (interaction.member.roles.cache.has(role.id)) {
console.log('The user has the role');
for (role in member) {
if (interaction.member.roles.cache.has(role.id)) {
console.log('The user has the role');
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
Ohh ok
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
Or instead Is if(interaction.member.cache.some((role) {
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
^
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
Is if(interaction.user.cache.has_role(role)) { correct?
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
Hi, if am checking if a member has a specific role, how do i put these roles in an array? idk if this can be possible or not
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
Like that?
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
await interaction.reply(`${member}`);
108 replies
SIASapphire - Imagine a framework
Created by Snortzy North on 12/4/2022 in #discordjs-support
Really need help that no body is willing too
like that
108 replies