Skip to content

laquasicinque/vue-land-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-land-bot

UPDATE 02/09/2019: Aimed to be rewritten using Commando.js for easiness of maintainability.

API Doc: https://discord.js.org

Based on guide: https://discordjs.guide/

Not implemented:

Setup

To make this code work, you'll need to setup your own bot with its own token. To do so, follow this steps.

How to run?

# Install dependencies
npm install

# Start bot
npm run serve

FAQ

When I run npm run serve, I get: UnhandledPromiseRejectionWarning: Error: Incorrect login details were provided

Make sure you have a ./src/config.json file with your token properly filled.

To get a default config.json, run npm run init.

To setup your token, see the Setup section.

About

Official VueLand bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%