qckpie
qckpie
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How fox this?
How make it
16 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How fox this?
I am so dumb
16 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How fox this?
How to fix?
16 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How fox this?
No description
16 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How do this on replit?
Thx
30 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How do this on replit?
:/
30 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How do this on replit?
But I got other error
30 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How do this on replit?
Yes done
30 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How do this on replit?
Oh sry
30 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How do this on replit?
Sec
30 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How do this on replit?
There is a button on the replit that launches the bot, just press it?
30 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How do this on replit?
Uhhhh
30 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/20/2023 in #djs-questions
How do this on replit?
That is, just launch the bot?
30 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/9/2023 in #djs-questions
How make the bot online?
Thx
10 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/9/2023 in #djs-questions
How make the bot online?
Bruh
10 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/9/2023 in #djs-questions
How make the bot online?
const Discord = require('discord.js');
const client = new Discord.Client();

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

client.on('message', message => {
if (message.content === 'ping') {
message.reply('Pong!');
}
});

client.login('YOUR_DISCORD_BOT_TOKEN');
const Discord = require('discord.js');
const client = new Discord.Client();

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

client.on('message', message => {
if (message.content === 'ping') {
message.reply('Pong!');
}
});

client.login('YOUR_DISCORD_BOT_TOKEN');
I need like this code (this code is written by chatGPT)
10 replies
DIAdiscord.js - Imagine an app
Created by qckpie on 9/9/2023 in #djs-questions
How make the bot online?
I can't find it
10 replies