https://github.com/dadangdut33/seeker-bot
Another rewrite of private discord bot for my personal use
https://github.com/dadangdut33/seeker-bot
Last synced: 6 months ago
JSON representation
Another rewrite of private discord bot for my personal use
- Host: GitHub
- URL: https://github.com/dadangdut33/seeker-bot
- Owner: Dadangdut33
- License: mit
- Created: 2023-06-13T18:39:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T16:36:36.000Z (about 1 year ago)
- Last Synced: 2025-02-12T10:21:58.444Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Seeker Bot
## Features
* 🟦 Typescript
* 🔥 Slash commands (supports auto complete!)
* ✉️ Message commands
* 🔘 Button commands
* 🕛 Cooldowns
* 🏴 Detailed Permissions
* 💪 Event & Command handlers
* 🍃 MongoDB Support## Installation
Clone the repository then create a file named `.env` and fill it out accordingly to [.env.example](./.env.example)
## Useful Docs
- [Awaiting interaction](https://discordjs.guide/message-components/interactions.html#awaiting-components)
## Attribution
Template provided from [here](https://github.com/MericcaN41/discordjs-v14-template-ts)