Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/burakys/bot-template

Discord.js V14 bot template with multi-language support
https://github.com/burakys/bot-template

bot bot-template discord discord-bot djs multi-lang multi-language ts typescript

Last synced: about 7 hours ago
JSON representation

Discord.js V14 bot template with multi-language support

Awesome Lists containing this project

README

        

# 🤖 Discord Bot Template

A template for creating Discord bots with Discord.js using TypeScript

## 📦 Installation

1. Run this codeblock in your terminal:
```bash
git clone https://github.com/BurakYs/bot-template.git
cd bot-template
npm install
cp .env.template .env
npm run build
```
2. Fill in the `.env` file with your bot token and other necessary information.
3. Run `npm run commands` to register the commands and to start the bot.
4. Start the bot with `npm start`.

## ✨ Features

- Written in TypeScript
- Uses latest Discord.js version
- Easy to understand and modify
- Multiple language support both for messages and commands

> I'm not that experienced with TypeScript, so I'm open to any suggestions.

## 📝 License

This project is licensed under the [MIT License](./LICENSE) - see the [LICENSE](./LICENSE) file for details.