A Discord bot for searching Roblox scripts, now rewritten in JavaScript.
This is a port of our original Python-based Script-Searcher-Bot and includes full support for both prefix and slash commands.
!search <query> [mode]
!bothelp
/search <query> [mode]
/bothelp
mode
can be eitherfree
orpaid
(default:free
).
Install dependencies:
npm install discord.js axios dotenv validator date-fns querystring
Create a .env
file and add your bot token:
BOT_TOKEN=your_discord_token_here
Start the bot:
node bot.mjs