npm.io
1.0.10 • Published 8 years ago

discord.js-simple-starter

Licence
MIT
Version
1.0.10
Deps
0
Size
2 kB
Vulns
0
Weekly
0

Discord JS Simple Starter

Just a simple Discord Bot to use in your server

Getting Started

Make sure you have a Discord App account, along with Nodejs, npm & discord.js installed

Installing

I suggest making a folder somewhere on your desktop, then CD into it and then copy + paste the following install lines

npm i discord.js-simple-starter

That's it!

Deployment

If you haven't created a bot yet, visit Discord Developers to create a new bot user. Once created find the "token"

client.login('token');

Replace token with your bots token A token should look like this NDU4NzU4NTIzMzYzMzkzNTM3.DgsTsQ.uG66O8A3ozQSEYVrLz74i604kyo

To start the bot CD into the directory where it is installed, and run

node index.js

Authors

  • Quintin Kerr - Initial work - Ker35

License

This project is licensed under the MIT License