1.1.0 • Published 6 years ago
urban-dick-bot v1.1.0
UrbanDickBot
A simple bot that responds to commands in discord.
Getting Started
Installing
npm i urban-dick-botExamples
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);