Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ali01b/slash-bot

💦 DiscordJS slash commands with TypeScript
https://github.com/ali01b/slash-bot

discord discord-api discord-bot discordjs nodejs slash-commands typescript

Last synced: about 1 month ago
JSON representation

💦 DiscordJS slash commands with TypeScript

Awesome Lists containing this project

README

        

# 🔖 Setup

## 🛒 Install Modules
```
- npm install or yarn add
```

## 🚀 Start the bot
```
- npm run start or yarn start
- npm run dev or yarn dev (Development)
```

## 🔗 Links
- [DiscordJS docs](https://discord.js.org/#/)
- [TypeScript docs](https://www.typescriptlang.org/docs/)
- [Discord developer portal](https://discord.com/developers/docs/intro)
- [Slash commands API docs](https://discord.com/developers/docs/interactions/slash-commands)