Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 570 Bytes

README.md

File metadata and controls

26 lines (25 loc) · 570 Bytes

Penguin

Penguin the Discord Bot

Things it can do

  • Play Music
  • Generate Memes (few)
  • Get a Ranom Meme from Reddit
...and much more

How to host

Make sure NodeJS is installed on your computer
First run this command

npm install

Then create a file called .env and enter the following (replace your_token with your bots token and your_id with your bots id)

TOKEN=your_token
CLIENT_ID=your_id

Now run

npm start

The Bot Should Get Online