Discord JS Bot
My own Discord Bot.
• Download the project or clone it
• Go to the LockBot folder and do npm install
• You need to setup a MongoDB
• At the root of the folder, create a .env
file, and put inside :
DISCORD_TOKEN=BOT_TOKEN_HERE
MONGODB_ADRESS=MONGO_DB_URL_HERE
DEV_ID=YOUR_DISCORD_ID_HERE
• Run the bot by doing node index.js
• You can configure default prefix and default language in config.js
• To add any language, just go to languages folder, create a .json file and name it with the ISO 3166-1 norm. Exemple : en.json for the international english.
• Some languages are app translated and can contains errors.
See the CONTRIBUTING.md.
I couldn’t do this without the help of :
• MasterIO, DeXoZ, Hawked who supported me in this project
• JunkMeal who helped me with the meme command
• DV4 who made the german translation
• MCHDF who made the korean translation
• Friskyyy__ who made the macedonian translation
• Nerox who made the romanian translation
• and everyone who invited and used my bot !
See the license.