Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ali01b/slash-bot
- Owner: ali01b
- License: mit
- Created: 2021-06-02T14:17:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T20:43:13.000Z (about 2 years ago)
- Last Synced: 2024-12-07T13:42:47.066Z (about 1 month ago)
- Topics: discord, discord-api, discord-bot, discordjs, nodejs, slash-commands, typescript
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)