discordjs-template
v2.3.6
Published
A basic template of a discordjs bot
Downloads
8
Maintainers
Readme
Discord Bot Template Creator!
What is this?
This module creates a Discord.js template for you with your settings!
How to run!
Make a file like start.js
and run this code with node to create the files. You only need to run this code once.
const run = require("discordjs-template");
run.start(token, name, color, owner, prefix)
Creation
This module was created by MayorChano and you can find it here using a template by An Idiot's Guide