Skip to content

Latest commit

 

History

History
54 lines (54 loc) · 863 Bytes

README.md

File metadata and controls

54 lines (54 loc) · 863 Bytes

Simple Reddit Discord Bot

Simple Reddit Discord Bot written in TypeScript


Requirements

  • Yarn
npm i -g yarn

Installation

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

Functions

  • Send Meme from Reddit to Discord Chat.

TypeScript
Discord