1.0.2 • Published 3 years ago

funbotjs v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

FunBotJs

The best bot for fun

Hello! Your index for this should look like this:

const { ping, ready } = require("simplebotsjs");
const discord = require("discord.js");

const bot = new discord.Client();

bot.on("ready", () => {
  ready();
});

bot.on('message', message => {
  if (message.content === 'ping') {
    message.reply('Pong');
    ping();
  }
});


bot.login('BOT TOKEN HERE');

Install it with npm i funbotjs

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago