1.0.9 • Published 7 years ago

discord-auto v1.0.9

Weekly downloads
13
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago