Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.16 KB

CowBot

A discord bot that can be used to send random cat/cow pics. Or actually pics from any subreddit.

Usage:

moo: sends a cow pic

chonk: sends a cat pic

bhature: sends a bhature pic

momos: sends a dog pic

!r <subreddit>: sends a pic from the given subreddit

!p <subreddit>: sends a post from the given subreddit

Use CowBot in your discord:

Discord

Setup

  1. Generate a New Application for discord using https://discord.com/developers/applications and clicking New Application
  2. Generate the Bot the get the token
  3. Create a new file called .env and put the token in there as
token=XXXXXXTOKENXXXXXXXXX
  1. Add the bot to your discord server using https://discordapp.com/oauth2/authorize?&client_id=CLIENT_ID&scope=bot&permissions=34816. Make sure to replace the CLIENT_ID with your application's Client ID.
  2. Run the bot using node bot.js and cow away.