urban-dick-bot
v1.1.0
Published
A simple Discord bot that responds with the Urban Dictionary definition
Downloads
4
Readme
UrbanDickBot
A simple bot that responds to commands in discord.
Getting Started
Installing
npm i urban-dick-bot
Examples
Simple
require("urban-dick-bot").run("<YOUR-DISCORD-TOKEN>");
With Custom Debug Level
const UrbanDick = require("urban-dick-bot");
require("dotenv").config();
UrbanDick.run(process.env.TOKEN, UrbanDick.DebugLevel.Debug);