DISCORD BOT SCRIPT
const Dlang = require('discordbot-script')
const discordScript = require("discordbot-script")
const bot = new discordScript({
token: "TOKEN",
prefix: ["?"]
})
bot.MessageEvent()
bot.Command({
name: "ping",
code: `
$ping
`
})
UPDATE LOGS
1: setNickname Bug (fixed)
2: resetVar Bug (fixed)
3: Embed field hyper link bug (fixed)
4: you can not use $message, $channelName, $channelID without []
NEW FUNCTIONS
1 - $authorAvatar
2- $onlyNSFW[]
3 - $channelName[]
4 - $channelID[]
5 - $getRoleColor[]
6 - $colorRole[]
7 - $onlyBotPerms[]
For more information, join the server: CLICK
DOCUMENTATION IS HERE : DB-SCRIPT