Simple Reddit Discord Bot written in TypeScript
- Yarn
npm i -g yarn
Clone or Download the Repo
git clone https://github.com/30jannik06/RedditBot
"cd" into Project Folder
cd RedditBot
Install Yarn Packages
yarn
Add your Informations to settings.ts
this.token = "BOT_TOKEN_HERE"; this.prefix = "PREFIX_HERE";Compile the code in Command Line
yarn build
Run Bot in Command Line
yarn start
- Send Meme from Reddit to Discord Chat.