{"id":22598902,"url":"https://github.com/antoinemcx/multi-language-discord-bot","last_synced_at":"2025-04-11T01:21:34.392Z","repository":{"id":150138824,"uuid":"283850042","full_name":"antoinemcx/Multi-Language-Discord-Bot","owner":"antoinemcx","description":"Multi-language Discord Bot (discord.js 14) exemple (fr/en) with command \u0026 event handler.","archived":false,"fork":false,"pushed_at":"2024-11-23T19:58:16.000Z","size":22,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T05:59:37.591Z","etag":null,"topics":["discordbot","discordjs-v14","internationalization-example","multilanguage","translate-discordbot"],"latest_commit_sha":null,"homepage":"https://antoinemcx.fr/discord","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antoinemcx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-30T18:33:53.000Z","updated_at":"2025-02-02T13:56:51.000Z","dependencies_parsed_at":"2023-04-04T06:33:48.404Z","dependency_job_id":null,"html_url":"https://github.com/antoinemcx/Multi-Language-Discord-Bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinemcx%2FMulti-Language-Discord-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinemcx%2FMulti-Language-Discord-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinemcx%2FMulti-Language-Discord-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinemcx%2FMulti-Language-Discord-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoinemcx","download_url":"https://codeload.github.com/antoinemcx/Multi-Language-Discord-Bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248323361,"owners_count":21084486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discordbot","discordjs-v14","internationalization-example","multilanguage","translate-discordbot"],"created_at":"2024-12-08T11:07:22.091Z","updated_at":"2025-04-11T01:21:34.376Z","avatar_url":"https://github.com/antoinemcx.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003eMulti-Language-Discord-Bot\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    Multi-language Discord Bot (v14) example (fr/en) with command \u0026amp; event handler, by \u003ca href=\"https://github.com/antoinemcx\"\u003eMelio\u003c/a\u003e.\n    \u003cbr\u003e\n    If you like the project, feel free to put a ⭐ for better referencing ; If you need help, join the \u003ca href=\"https://antoinemcx.fr/discord\"\u003esupport server\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca title=\"MIT Lisence\" href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue\" alt=\"MIT License\"\u003e\u003c/a\u003e\n    \u003ca title=\"Version discord.js\" href=\"https://www.npmjs.com/package/discord.js\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/discord.js-v14.16.3-blue.svg?logo=npm\" alt=\"Version discord.js\"\u003e\n    \u003c/a\u003e\n    \u003ca title=\"Stars\" href=\"https://github.com/antoinemcx/Multi-Language-Discord-Bot\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/antoinemcx/Multi-Language-Discord-Bot\" alt=\"Stars\"\u003e\n    \u003c/a\u003e\n    \u003ca title=\"Support server\" href=\"https://antoinemcx.fr/discord\"\u003e\n        \u003cimg src=\"https://img.shields.io/discord/738122381062832180.svg?\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2\u0026label=Support\" alt=\"Support server\"\u003e\n    \u003c/a\u003e\n\n   \u003cbr\u003e\n\u003c/p\u003e\n\n## About\nThis program is an example of internationalization integration for a Discord Bot.  \nIt's a very simplified example of how to implement several languages in one application.\n\nAgain with a focus on simple code, data is stored with SQLite, via the [quick.db](https://www.npmjs.com/package/quick.db) package.  \nOf course, you're free to implement any other DBMS (database management system).\n\n## Starting the project\n\n### Configuration\nThe 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. \n```  \n# Bot configuration\n\nPREFIX=BOT_PREFIX\nTOKEN=BOT_TOKEN\nOWNER=YOUR_DISCORD_ID\n```\n\n### Installation\n```sh\n$ npm install\n```\n\n### Start the bot\n```sh\n$ node index.js\n```\n\n\u003cbr\u003e\n\n## More\n\nFor any errors found, please contact me [here](https://discord.com/invite/G6WQsMQShZ) or do a pull request.  \nThis repository is licensed under the MIT License. See the `LICENSE` file ([here](LICENSE)) for more information.\n\n###### This repository was made with ❤️ from my [Structure-Discord-Bot](https://github.com/antoinemcx/Structure-Discord-Bot/tree/master) template repository.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinemcx%2Fmulti-language-discord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoinemcx%2Fmulti-language-discord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinemcx%2Fmulti-language-discord-bot/lists"}