/geez

A Discord Bot For Generating memes!

Primary LanguageJavaScriptMIT LicenseMIT

Geez

A Discord Bot For Generating memes!

Invite Geez to your server

Commands

  • !help : helps you for further usage of the bot.
  • !hello : greets the user.
  • !meme [image_name] [top_text] [bottom_text] : generates a meme as specified under arguments.

Setting up the environment for testing

  • if you haven't installed git and node

    • Make sure to also add both to PATH variables
  • fork and clone the repository

  • install all dependencies with npm install

  • check if a folder node_modules has been created

  • Rename the .env.example file to .env

  • Copy your bot token and place it inside the quotes of the .env file (EG. BOT_TOKEN="123456789ABCDEFGHIJKL")

    • replace with your test bot's token

#OpenSource Feel happy to contribute!