A URL Shortener That Allow Users To Interact With Its API Through A Discord Bot
- Supports Multiple Databases
- Performant
- Uses discord.js v13
- Uses Slash Commands
- Validates URL
- Customizable, Using Command Handling Method
/create <slug> <url>- Create A Slug/delete <slug>- Delete A Slug/list- A List Of Available Slugs/info <slug/url>- View Slug's Informationdeploy- Deploy Slash Commands ( Owner )
- Node.js 16.2.0^ ( see why : here )
- Install All Required Dependencies
- Clone This Repository ( By
git cloneOrcreate-shortem-app) - Edit The Config File
- Run The Bot
npm start/node src/index.js
Code
- Inspired by CodingGarden/miniature-umbrella
- Using some of Todo Bot's concept
Dependencies
discord.js, @discordjs/rest, discord-api-types, dotenv, express, helmet, joi
Contributors
This project is available as open source under the terms of the GPL-3.0 License