Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 479 Bytes

cowsay_discord_bot

Cowsay Discord bot with Fortune command and other smaller command line fun utilities

How to use

Only work on linux.

Run the following commands in the project directory (../src):

  1. npm install
  2. make .env file in the process directory
  3. sudo apt install cowsay fortune
  4. node .
  5. You will now get your cowsay on discord using the /cowsay command. Find cow types with /cowlist and make the cow give you a fortune with /cowfortune!