Skip to content

A discord bot which shortens the URL and shares the shortened URL with command: /shorten <url>

Notifications You must be signed in to change notification settings

anuj-thakur-513/URL-Shortener-Discord-Bot

Repository files navigation

URL Shortener Discord Bot

A Discord Bot which shortens the URL with /shorten command and returns the shortened URL.

Web Service Used for API Calls: https://url-shortener-s2ns.onrender.com/welcome

GitHub Repo of the Web Service: https://github.com/anuj-thakur-513/urL-Shortener/

Running on

docker aws

Demo

url-shortener-discord-bot-demo.mp4

Discord Bot Functionality

Directory Structure

.
├── Dockerfile
├── README.md
├── keys
│   └── url-shortener-discord-bot.pem
├── package-lock.json
├── package.json
└── src
    ├── commands
    │   └── shorten.js
    ├── constants.js
    ├── index.js
    └── utils
        ├── Embed.js
        └── generateRequestInput.js

Find this project useful ? ❤️

Support it by clicking the 🌟 button on the upper right of this page. ❤️

Tech Stack

Node.js

Discord.js

About

A discord bot which shortens the URL and shares the shortened URL with command: /shorten <url>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages