HazardTheDutchAD
Muted
- Sep 24, 2016
- 7,217
- 21,922
I swear this is my new favourite toy lmao @Strelitzia @M_MyGames16 @Diavent
No not Discord... the bot itself xD
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You already seen what that command says...-die
msg.reply(`Oh no! You killed me but i'll be back i cannot die >:)`);
So ya gonna troll people with the Watcher bot? xDView attachment 61567
I swear this is my new favourite toy lmao @Strelitzia @M_MyGames16 @Diavent
No not Discord... the bot itself xD
ehhh, could be fun >:3So ya gonna troll people with the Watcher bot? xD
LOLView attachment 61567
I swear this is my new favourite toy lmao @Strelitzia @M_MyGames16 @Diavent
No not Discord... the bot itself xD
I don't have discord so I can't see the action go onehhh, could be fun >:3
const = required("Discord.js");
const client = new Discord.Client();
BOT CODE
BOT CODE
BOT CODE
client.login('Insert Bot Token Here');
client.on('message', msg => {
if (msg.content === '') {
msg.reply('')
}
});
npm install discord.js --save
?To make him I used:
Node.js
Discord.js
Sublime Text 3 (with ESLinter)
Discord
STEPS: The basics you need to start of with is to make sure Discord.js is required to run the bot which would beWhere it says bot code is where your bot will manage commands etc. For example if you want your bot to respond to a user when they type a message the bot would reply back saying what you want it to say with the following code below:Code:const = required("Discord.js"); const client = new Discord.Client(); BOT CODE BOT CODE BOT CODE client.login('Insert Bot Token Here');
Code:client.on('message', msg => { if (msg.content === '') { msg.reply('') } });
I use JavaScript to code the bot, still learning to go more in depth with it though. If you don't have Discord.js open up your cmd.exe console as an Administrator and typeThis will install the Discord.js directory into the folder you are using to create your bot.Code:npm install discord.js --save
WowNow he's gonna banhammer ppl on discordCongrats on making the digital version of The Watcher?
Rip me and all my owo posts xDNow he's gonna banhammer ppl on discord
Congrats on making the digital version of The Watcher?