You may self host the bot, or use RecNetBot
A Discord bot that shows User, Room, and Image info from rec.net! Not affiliated with Rec Room Inc.
-
Get user info!
-
Get room info!
-
Get images from rec.net!
-
Show images in a fancy carousel!
Make sure you have node.js installed.
- Fork the bot
git clone https://github.com/RealMCoded/RecInfo
cd RecInfo
- Download dependencies
npm i
- Clone and edit the config file
cp config.json.template config.json
$EDITOR config.json
- Deploy the commands and start the bot
node deploy
node index