TikTokBot is a Discord bot that reads TikTok links and posts the videos directly into chat.
Clone this repo using the following command
git clone --depth 1 https://github.com/juuyokka/TikTokBot.git
Use npm
or yarn
to install the dependencies
npm install OR yarn install
You can easilly deploy to Heroku with the following button
Rename .env.example
to .env
and replace text with your bot's token
TOKEN=BOT-TOKEN-HERE
Build and run using npm
or yarn
npm run build and npm start
OR
yarn build and yarn start