Elvin
Elvin
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
but its not showing
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
I added a new command and it was succesfully uploaded
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
okay wait how can I make the bot respond to a chat when someone send helo
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
yes
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
its online
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
yes
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
No description
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
import { Client, GatewayIntentBits } from "discord.js";
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildMessageReactions,
],
});

client.on("ready", () => {
console.log(`Logged in as ${client.user.tag}!`);
});

client.on("interactionCreate", (interaction) => {
if (!interaction.isChatInputCommand()) return;

console.log(interaction.commandName);
});

client.login(
TOKEN
);
import { Client, GatewayIntentBits } from "discord.js";
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildMessageReactions,
],
});

client.on("ready", () => {
console.log(`Logged in as ${client.user.tag}!`);
});

client.on("interactionCreate", (interaction) => {
if (!interaction.isChatInputCommand()) return;

console.log(interaction.commandName);
});

client.login(
TOKEN
);
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
its not reading inpt
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
this is my code
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
again now its not working
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
@wolvinny 🌈
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
im getting again module error
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
you shld say Idk lol
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
gotta make one
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
nope
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
No description
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
yes
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
I have 2 files index.js and commands.js
97 replies
DIAdiscord.js - Imagine an app
Created by Elvin on 11/12/2023 in #djs-questions
message not being read
im confused now
97 replies