discord.js-simple-starter
v1.0.10
Published
Simple starter to Discord JS
Downloads
4
Maintainers
Readme
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