Berrie
Berrie
DIAdiscord.js - Imagine an app
Created by Berrie on 5/26/2024 in #djs-questions
Cannot read data and .toJSON
but ty for the response!
7 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/26/2024 in #djs-questions
Cannot read data and .toJSON
its solved! I've had some deleted cmd in guilds.json
7 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/26/2024 in #djs-questions
Cannot read data and .toJSON
PS C:\Users\Bernardo\Desktop\berrie> node -v v22.2.0
7 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/26/2024 in #djs-questions
Cannot read data and .toJSON
[email protected] C:\Users\Bernardo\Desktop\berrie └── [email protected]
7 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/26/2024 in #djs-questions
Cannot read data and .toJSON
anyone able to help?
7 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/16/2024 in #djs-questions
Receiving undefined for Message#guild although it should be Guild or null
it's an outdated code, im trying to get it to v14:p
13 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/16/2024 in #djs-questions
Receiving undefined for Message#guild although it should be Guild or null
name: m,essage.author.tag is line 28
13 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/16/2024 in #djs-questions
Receiving undefined for Message#guild although it should be Guild or null
console.log(message.constructor.name); if (channel) { const embed = new MessageEmbed() .setAuthor({ name: message.author.tag,
13 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/16/2024 in #djs-questions
Receiving undefined for Message#guild although it should be Guild or null
oke brb
13 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/16/2024 in #djs-questions
Receiving undefined for Message#guild although it should be Guild or null
@duck what do i need to console.log?
13 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/16/2024 in #djs-questions
Receiving undefined for Message#guild although it should be Guild or null
i've defined this at the top: const { Channel } = require('diagnostics_channel'); const { Client, GatewayIntentBits, ModalBuilder, TextInputBuilder, TextInputStyle, ActivityType, EmbedBuilder, Events, Partials, PermissionsBitField, Permissions, MessageManager, Embed, Collection, ButtonBuilder, ActionRowBuilder, ButtonStyle, DefaultDeviceProperty, ChannelType, AttachmentBuilder } = require(discord.js); const fs = require('fs'); const internal = require('stream'); const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildMessages, GatewayIntentBits.DirectMessageTyping, GatewayIntentBits.DirectMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildPresences, GatewayIntentBits.GuildMessageReactions, GatewayIntentBits.DirectMessageReactions, GatewayIntentBits.GuildVoiceStates], partials: [Partials.Message, Partials.Channel, Partials.Reaction] }); const { createTranscript } = require('discord-html-transcripts'); const inviteSchema = require('./Schemas/inviteSchema'); //invite-logger
13 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/16/2024 in #djs-questions
Receiving undefined for Message#guild although it should be Guild or null
but my index exist of //level system, report, autorole, mod user
13 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/16/2024 in #djs-questions
Receiving undefined for Message#guild although it should be Guild or null
:p
13 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/16/2024 in #djs-questions
Receiving undefined for Message#guild although it should be Guild or null
went to here due slowmode
13 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/16/2024 in #djs-questions
Receiving undefined for Message#guild although it should be Guild or null
@Qjuh
13 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/14/2024 in #djs-questions
unknown interaction
So, basically something like this: https://srcb.in/wYG6GT6kti
28 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/14/2024 in #djs-questions
unknown interaction
So the first message should be updaten then right?
28 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/14/2024 in #djs-questions
unknown interaction
Yeah but i’ve added interaction.deferupdate
28 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/14/2024 in #djs-questions
unknown interaction
No description
28 replies
DIAdiscord.js - Imagine an app
Created by Berrie on 5/14/2024 in #djs-questions
unknown interaction
in discord
28 replies