1.0.9 • Published 6 years ago

discord-auto v1.0.9

Weekly downloads
13
License
ISC
Repository
github
Last release
6 years ago

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-auto

Create a file

Create a file called

app.js

in 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
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago