Penguin the Discord Bot
- Play Music
- Generate Memes (few)
- Get a Ranom Meme from Reddit
Make sure NodeJS is installed on your computer
First run this command
npm installMake sure Lavalink is running and configured for ytsearch: to work.
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
LAVAHOST=127.0.0.1
LAVAPORT=2333
LAVAPASSWORD=your_lavalink_passwordNow run
npm startThe Bot Should Get Online