Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 754 Bytes

File metadata and controls

45 lines (30 loc) · 754 Bytes

Script-Searcher-Bot

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.


💬 Commands

Prefix Commands

!search <query> [mode]
!bothelp

Slash Commands

/search <query> [mode]
/bothelp

mode can be either free or paid (default: free).


Getting Started

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