simplify-discordbots

Simplify-DiscordBots is an framework to easily create discord bots. With lots of features and events you are ready to build your bot!

Usage no npm install needed!

<script type="module">
  import simplifyDiscordbots from 'https://cdn.skypack.dev/simplify-discordbots';
</script>

README


Simplify-DiscordBots

About

Simplify-DiscordBots is an framework to easily create discord bots. With lots of features and events you are ready to build your bot!

Easiest package to code bots
Endless functions can help you create your own dream bot



Installation

Node.JS 14.0.0 or newer is required.

npm install simplify-discordbots

Example

const SDB = require("simplify-discordbots")

const bot = new SDB.Bot({
token: "TOKEN", //Discord Bot Token
prefix: "PREFIX" //Discord Bot Prefix
})
bot.onMessage() //Message event

bot.command({
name: "ping", //Trigger
code: `Pong! $pingms` //Code
})

bot.readyCommand({
    channel: "", //Optional channnel ID
    code: `$log[Ready on $userTag[$clientID]]` //ready on Client
})

Discord

Discord Server