0.0.3 • Published 7 years ago

easy-discord-bot v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Easy-Discord-Bot

This is a small project made by Tobias#5233 that should make it easy to create a bot. Make sure node js 7 or higher is installed! (use the "current" button!) current-node Commands are modular, so you can just copy it from a few pre-made sources (Source list will come soon.). You can easily make your own, it's so simple, your coding grandma can do it!


Getting started

First open a command prompt in the directory where you want your bot to run in.

copy the folder location, then navigate to that location using cd <folder location>

Install edb by typing npm install easy-discord-bot

In your project folder you can make a javascript file (app.js for example) and add the following stuff:

const edb = require("easy-discord-bot")

edb.start({
prefix: "prefix-here",
token: "token-here"
})

Replace prefix-here with the prefix you want to use for the bot (! / % $ etc.)

Prefixes can't have spaces.

Replace token-here with the token you got when you made a new application and bot user on the Discord developer site

Never give out your token to anybody! If somebody has your token, go to the Discord developer site and immediately reset your token!!

You can run your bot by typing node app.js in the command prompt. (change app.js to how you called your app file.)

That's it, you don't need to install discord.js, because that's already taken care of by this package.

This program is not made for advanced users

If you want to do some more advanced stuff, please checkout:

0.0.3

7 years ago

0.0.3-beta.2

7 years ago

0.0.3-beta.1

7 years ago

0.0.3-beta.0

7 years ago

0.0.2

7 years ago

0.0.2-beta.4

7 years ago

0.0.2-beta.3

7 years ago

0.0.2-beta.2

7 years ago

0.0.2-beta.0

7 years ago

0.0.1

7 years ago