2.0.9 • Published 4 years ago

betteroi v2.0.9

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 years ago

BETTEROI

AOI.JS Improved client.

const better = require("betteroi")

const client = new better.Bot({
token: "TOKEN", // Discord Bot Token
prefix: ["PREFIXES", "PREFIXES"] // Discord Bot Prefixes
})

client.onMessage() // Allows to execute Commands

client.command({
 name: 'gstart',
 code: `$startGiveaway[$ms[10s];1;Nitro Classic!;$channelID]`
 })
 
client.command({
 name: 'youtube-together',
 code: `$sendMessage[Here you go: $together[youtube];no]`
 })

GIVEAWAYS

Betteroi has giveaways functions!

$startGiveaway[time(MS);winners;prize;channelID] $rerollGiveaway[id] $endGiveaway[id] $deleteGiveaway[id] $giveawayExists[id] $giveawaysList[guildID;message: {message} with prize: {prize}]

Aoi.js Credits : Leref, Ayaka, Ruben, Azusfin, Kino

2.0.9

4 years ago

2.0.8

4 years ago

2.0.5

4 years ago

2.0.6

4 years ago

2.0.3

4 years ago

2.0.4

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

0.0.1

4 years ago