Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
66 lines (40 loc) · 1.07 KB

File metadata and controls

66 lines (40 loc) · 1.07 KB

This bot has been discontinued.

You may self host the bot, or use RecNetBot


A blurple Rec Room logo.

A Discord bot that shows User, Room, and Image info from rec.net! Not affiliated with Rec Room Inc.

Invite the bot here!

Features

  • Get user info!

  • Get room info!

  • Get images from rec.net!

  • Show images in a fancy carousel!

Screenshots

Building

Make sure you have node.js installed.

  1. Fork the bot
git clone https://github.com/RealMCoded/RecInfo
cd RecInfo
  1. Download dependencies
npm i
  1. Clone and edit the config file
cp config.json.template config.json
$EDITOR config.json
  1. Deploy the commands and start the bot
node deploy
node index