1.0.8 • Published 3 years ago

bdfd.js-v2 v1.0.8

Weekly downloads
9
License
ISC
Repository
-
Last release
3 years ago
const bdfd = require("bdfd.js-v2")

const bot = new bdfd.Bot({
token: "TOKEN", 
prefix: "!" 
})

bot.onMessage()

bot.command({
name: "ping", 
code: `Pong!` 
})
bot.variables({
  Name: "Value",
  Name2: "Value2"
})
bot.joinCommand({
  channel: "CHANNEL ID",
  code: `Welcome <@$authorID>`
})

bot.onJoined()
bot.status({
  text: "Your Text",
  type: "PLAYING",
  time: 12
})
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago