Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 854 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 854 Bytes

DiscordBOT-example

A source code to initialize your Discord bot

Download

First You Download this Project with 'git clone' or normaly download

Installation

for start open Project DIR in 'git bash' or terminal and use this command

npm install

!!!! IMPORTANT: YOU MUST INSTALL NODEJS ON YOUR COMPUTER!!!!

Usage

1- To get started, you must have created a bot in Discord. And have a token

2- After you build the bot and get the token you can run project.

// line 5 appbt.js
bot_secret_token = "YOUR DISCORD TOKEN" // replace with YOUR DISCORD TOKEN

Run BOT

node appbt.js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.