Skip to content

Instantly share code, notes, and snippets.

View angeloanan's full-sized avatar
🤖
programmed to work, not to feel~

Angelo angeloanan

🤖
programmed to work, not to feel~
View GitHub Profile
@angeloanan
angeloanan / index.js
Last active February 24, 2018 15:12
'b' bot for /r/Indonesia Discord
console.log('[INFO] Loading...')
const Discord = require('discord.js')
const client = new Discord.Client()
client.on('ready', function () {
if (client.user.bot) throw new TypeError('User is not a bot')
console.log('[INFO] Bot is ready and running')
if (client.presences.status === 'offline') {
client.user.setPresence({status: 'invisible'})