Skip to content

Simple Discord Bot which sends random memes on cmd.

License

Notifications You must be signed in to change notification settings

30jannik06/RedditBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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