How to make a Discord Bot Without Downloading Anything!

How to make a Discord Bot Without Downloading Anything!

eyiou♡

2 года назад

983 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@eyiou66
@eyiou66 - 21.03.2022 10:23

const express = require("express");
const app = express();

app.listen(3000, () => {
console.log("project is running!");
})

app.get("/", (req, res) => {
res.send("Hello world!");
})

const Discord = require("discord.js");
const client = new Discord.Client({intents: ["GUILDS", "GUILD_MESSAGES"]});

client.on("message", message => {
if(message.content === "ping") {
message.channel.send("pong")
}
})

client.login(process.env.token);

Ответить
@Indo-Vietnameseball
@Indo-Vietnameseball - 31.01.2023 17:33

Bro stealing someone else thumbnail 💀

Ответить
@FuryRex09
@FuryRex09 - 28.11.2022 05:59

You just copied another persons thumbnail

Ответить
@thebluemasteryt3473
@thebluemasteryt3473 - 30.03.2022 21:07

This worked better then the real vid 😂 thx btw!

Ответить
@deveshmishra8160
@deveshmishra8160 - 27.03.2022 13:03

This is video is very helpful tyyy!!

Ответить
@saebyeokkang1885
@saebyeokkang1885 - 24.03.2022 11:59

Tysm, this tutorial was really helpful. Tyy!!

Ответить
@hiajeon9008
@hiajeon9008 - 24.03.2022 11:41

Amazing, im glad I found this tutorial. It was very helpful, can't wait for 2nd part!!

Ответить
@gamingpills483
@gamingpills483 - 23.03.2022 14:33

Thanks bro (chicken)❤️

Ответить
@juneamp4551
@juneamp4551 - 21.03.2022 14:03

I can’t wait for part 2! I’ve always wanted to make a bot on my own but unable to code cause damn complicated..

Ответить
@toototoot8550
@toototoot8550 - 21.03.2022 11:10

🔥🔥🔥

Ответить
@shauryas5755
@shauryas5755 - 21.03.2022 09:57

wow

Ответить