An open API service indexing awesome lists of open source software.

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

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)