| Flasher #4080 « Citoyen »
Date d'inscription : 07/01/2018 Communauté : Internationale Messages : 568 Prestige : 146 Niveau : 1 Hors ligne Localisation : SomeReach Empire Tribu : B4ND 0F BR0TH3R
|
const Discord = require('discord.js');
const client = new Discord.Client();
client.on('ready', () => {
console.log(`[BOT] ${client.user.tag} giriş yaptı!`);
});
client.on('message', msg => {
if (msg.content === 'sa') {
msg.reply('Aleyküm Selam !');
}
});
client.login('Buraya Developer Portal dan bot kullanıcısı oluşturunca çıkan tokenimizi yazıyoruz');
@echo off
color b
title Discord Bot
node bot.js