Skip to content

Instantly share code, notes, and snippets.

@khgf
khgf / Bot.js
Last active September 14, 2022 02:18
const Discord = require('discord.js');
const client = new Discord.Client();
const fs = require('fs');
const moment = require("moment");
const prefix = '%';
client.on('ready', () => {
client.user.setGame(`%help || %invite`,"http://twitch.tv/S-F")
console.log(`${client.user.tag} is Now Online`)
});