Skip to content

A simple template to start coding your own and personalized discord bot in Javascript

License

Notifications You must be signed in to change notification settings

codiume/discord-bot-template

Repository files navigation

Discord Bot Template

js-standard-style
Discord.js

A simple template to get you started with coding your own personalized Discord bot using JavaScript.

Features

  • Easy to get started with a pre-configured template.
  • Uses discord.js library to interact with the Discord API.
  • Follows the JavaScript Standard Style for code consistency.
  • Lightweight and extensible for your custom features.

Requirements

Before running the bot, make sure you have:

Setup Instructions

1. Clone the repository

git clone [email protected]:codiume/discord-bot-template.git fancy-bot

2. Navigate to the project directory

cd fancy-bot

3. Install the required dependencies

npm install

4. Configure your bot token

Create a .env file in the root of your project and add your Discord bot token:

DISCORD_BOT_TOKEN=your-bot-token-here

5. Run the bot locally

npm run dev

Your bot should now be running and connected to your Discord server! Additional Features

  • Add more commands by modifying the commands folder.
  • Customize bot events by editing the events folder.

Contributing

Feel free to fork and contribute to this project. Submit pull requests with improvements, bug fixes, or new features!

Contributors

Thanks to the following people who have contributed to this project:

Created with ❤️ by Codiume

About

A simple template to start coding your own and personalized discord bot in Javascript

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages