𖥂 PixelFire 𖥂
𖥂 PixelFire 𖥂
Explore posts from servers
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
the discord developers?
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
okay
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
yeah
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
nope
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
the first one
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
oh yeah the code snippit has it at the top
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
I had that earlier but let me try again.
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
that didn't work so I switched over from the Events of Discord.JS
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
And then I added the Events.MessageCreate which is refrenced somewhere else.
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
// Require the necessary discord.js classes
const { Client, Events, GatewayIntentBits } = require('discord.js');
const { token } = require('./config.json');

// Create a new client instance
const client = new Client({ intents: [GatewayIntentBits.Guilds] });

// When the client is ready, run this code (only once).
// The distinction between `client: Client<boolean>` and `readyClient: Client<true>` is important for TypeScript developers.
// It makes some properties non-nullable.
client.once(Events.ClientReady, readyClient => {
console.log(`Ready! Logged in as ${readyClient.user.tag}`);
});

// Log in to Discord with your client's token
client.login(token);
// Require the necessary discord.js classes
const { Client, Events, GatewayIntentBits } = require('discord.js');
const { token } = require('./config.json');

// Create a new client instance
const client = new Client({ intents: [GatewayIntentBits.Guilds] });

// When the client is ready, run this code (only once).
// The distinction between `client: Client<boolean>` and `readyClient: Client<true>` is important for TypeScript developers.
// It makes some properties non-nullable.
client.once(Events.ClientReady, readyClient => {
console.log(`Ready! Logged in as ${readyClient.user.tag}`);
});

// Log in to Discord with your client's token
client.login(token);
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
And I simplified it as much as possible too.
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
The problem is I was originally using discord's example code.
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
No description
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
and yes I enabled intents in the discord Developer Portal.
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
but nothing works
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
I've tried to use Events.MessageCreate and other ways
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 5/29/2024 in #✋|help
DiscordJS V 14 Not able to receive data for MessageCreate
N/A
27 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 3/18/2024 in #✋|help
Need help with Timezones js
thanks for the fast reply
8 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 3/18/2024 in #✋|help
Need help with Timezones js
alright sounds good!
8 replies
RRailway
Created by 𖥂 PixelFire 𖥂 on 3/18/2024 in #✋|help
Need help with Timezones js
N/A
8 replies