/sarcasm-bot

A discord bot that adds sArCaSm to messages

Primary LanguageJavaScriptMIT LicenseMIT

sarcasm-bot

For those times when adding a little sArCaSm is all that's needed to get the point across, but you can't be bothered with all that pesky capitalisation. All it takes is a !mock @user command and the bot will grab the last text message the user posted to the channel and it'll repost that message with a sprinkle of sarcasm.

sarcasm-bot-in-action

Dev setup

  • Clone down the repo

  • run npm install

  • Follow jagrosh's super handy guide for adding bots to your Discord server

  • Make a copy auth.json.example and rename the copy to auth.json

  • Add your auth key to the auth.json file you just created

  • run npm start

Production setup

Use the same steps as dev setup minus running npm start. I'd recommend running this bot with some form of npm process manager in production. and it keeps everything ticking along nicely. Recommened process manager: PM2