Skip to content

FelipeBelloDultra/bot-discord-nodejs

Repository files navigation

Discord meme BOT

📃 About

This application is basically a bot for discord built in NodeJS.

The bot receives a call from a prefix and then takes a random image and inserts text.

Example:

# This prefix is a ";"
; This is funny!

The bot returns an random image containing the text "This is funny!"

📚 Requisitos

  • Use Git to clone the repository
  • Use NodeJS to run the project
  • Use Discord to create your BOT

⚙️ Technologies used

  1. NodeJS
  2. JavaScript
  3. DiscordJS
  4. Jimp

🚀 Running project

  1. Create .env and change sensitive data
  2. Install dependency
# If you use yarn for control dependency run:
yarn

# If you use npm for control dependency run:
npm install
# Or
npm i
  1. Add image URLs to .env
  2. Create a randomPhoto.js in src > utils and add process.env files like this in the example file
  3. Add the variables of the .env images to array
  4. Add the bot to your Discord server
  5. Running application
# To run in development use:
yarn dev
# If you use npm run:
npm run dev

# To execute:
yarn start
# Or
npm start

About

A bot for Discord made with NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published