Skip to content

Instantly share code, notes, and snippets.

View fethib's full-sized avatar

Fethi Benks fethib

View GitHub Profile
{
"name": "bot",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
@fethib
fethib / app.js
Last active February 7, 2018 02:36
const Discord = require('discord.js');
const bot = new Discord.Client();
// Connexion to Discord API
bot.login(TOKEN);
// Bot connexion
bot.on("ready", function () {
console.log("The bot is online !");