Skip to content

Multi-language Discord Bot (discord.js 14) exemple (fr/en) with command & event handler.

License

Notifications You must be signed in to change notification settings

antoinemcx/Multi-Language-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Language-Discord-Bot

Multi-language Discord Bot (v14) example (fr/en) with command & event handler, by Melio.
If you like the project, feel free to put a ⭐ for better referencing ; If you need help, join the support server.

MIT License Version discord.js Stars Support server

About

This program is an example of internationalization integration for a Discord Bot.
It's a very simplified example of how to implement several languages in one application.

Again with a focus on simple code, data is stored with SQLite, via the quick.db package.
Of course, you're free to implement any other DBMS (database management system).

Starting the project

Configuration

The configuration file named .env have to be created and replace exemple.env and content the token of your discord bot, his prefix and your id or the ids of all other owners.

# Bot configuration

PREFIX=BOT_PREFIX
TOKEN=BOT_TOKEN
OWNER=YOUR_DISCORD_ID

Installation

$ npm install

Start the bot

$ node index.js

More

For any errors found, please contact me here or do a pull request.
This repository is licensed under the MIT License. See the LICENSE file (here) for more information.

This repository was made with ❤️ from my Structure-Discord-Bot template repository.

About

Multi-language Discord Bot (discord.js 14) exemple (fr/en) with command & event handler.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published