Skip to content

macen648/Example-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example-Discord-Bot

A simple example of a Discord.js bot using DCHandler.js!

To Get started

Lets get started!

First clone or download this repo to a folder.

Bot token

Next get a bot token from Discord Developer Portal.

Create a new Application, add a bot.

Then copy the token from the added bot.

Add the token to client.login('') as a string.

client.login('') // Token goes here

Install node_modules

npm i

Start the bot

node index.js

For Debug info

node index.js --debug
npm run dev

Boom shes running!

Good job! You now have a working Discord-bot!

  • Feel free to Change the prefix in .env
  • Add or remove commands from the commands folder.
  • Customize to ur 💖's desire!

DCHandler.js

See the DCHandler.js README.md for documentation.

Extra Resources

Me

Made with love

Macen <3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published