discord-auto

1.0.9 • Public • Published

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.

Guide

NodeJS Setup

First of all, make sure you've installed NodeJS and npm.

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

You're all set to go!

Readme

Keywords

Package Sidebar

Install

npm i discord-auto

Weekly Downloads

1

Version

1.0.9

License

ISC

Unpacked Size

7.1 kB

Total Files

3

Last publish

Collaborators

  • nuno2202