https://github.com/ranger-nf/mount-bot
🤖 An discord bot for entertainment purposes. Made with Discord.js and Sapphire!
https://github.com/ranger-nf/mount-bot
discord-bot discord-js javascript
Last synced: about 1 month ago
JSON representation
🤖 An discord bot for entertainment purposes. Made with Discord.js and Sapphire!
- Host: GitHub
- URL: https://github.com/ranger-nf/mount-bot
- Owner: Ranger-NF
- License: gpl-3.0
- Created: 2021-05-27T09:34:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T15:43:29.000Z (9 months ago)
- Last Synced: 2025-01-23T14:42:21.504Z (3 months ago)
- Topics: discord-bot, discord-js, javascript
- Language: TypeScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🗻 Mount Bot
A Discord.js bot made for entertainment purposes. Uses [Sapphire](https://www.sapphirejs.dev/) for command handling.
## 💡 Intentions:
- 🎡 Fun commands
- 🙅 No moderation/utility commands## 👨⚖️ Commands
- Help
- Emojify - Turns numbers and alphabets to emojis
- `String`: Sentence to emojify
- Og - Determines who joined the guild first and returns a custom embed
- `Guild Member`: Determines who joined the guild first and returns a custom embed## 💻 Usage
1. Clone the repo:
```shell
git clone https://github.com/Ranger-NF/Mount-Bot
cd Mount-Bot
```2. Make a new `.env` file with the following entries:
```dotenv
TOKEN="" # Your bot token
PREFIX="" # The prefix you want to use (Currently not in use)
OWNER_ID="" # You discord ID
```2. Install required packages and start bot in development mode:
```shell
npm i
npm run dev
```4. Build typescript file and run production code:
```npm
npm run build
npm run start
```