1.0.9 • Published 8 years ago
discord-auto v1.0.9
discord-auto
Discord-auto is an easy way to create your discord bot using discord.js! Just execute the script and you're all setup. Follow the steps below to create your bot.
Install discord-auto
npm install discord-autoCreate a file
Create a file called
app.jsin the desired location you want to create your bot in.
Paste the code into the file
var auto = require('discord-auto');
auto();Execute the file
Paste this into cmd:
node app.js