A Discord bot built using Discord.js and TypeScript that scrapes the DevStore API and allows users to browse and download apps directly from Discord.
- Clean folder structure (
prefix-commands,slash-commands,events, etc.) - Built with TypeScript for modern development
- Simple to configure, run, and extend
Requires Node.js (v18 or higher recommended) Fork this repo first then
git clone https://github.com/your-username/DevStore-Bot.git
cd DevStore-Bot
npm install discord.js@latest dotenv
npm installRename example.env to .env then fill your tokens in .env and update idclass.ts IDs
npx ts-node index.ts
or Open run.bat if on Windows.
MIT License. Do whatever you want, just give credit if you're being nice