Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muratvastark/discord-slash-bot
This bot is a simple Discord Slash Bot.
https://github.com/muratvastark/discord-slash-bot
bot discord discord-bot discord-bot-template discord-slash-bot discord-slash-commands discordbot discordjs
Last synced: 4 months ago
JSON representation
This bot is a simple Discord Slash Bot.
- Host: GitHub
- URL: https://github.com/muratvastark/discord-slash-bot
- Owner: muratvastark
- License: mit
- Archived: true
- Created: 2020-12-24T20:10:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T09:07:43.000Z (over 2 years ago)
- Last Synced: 2024-09-20T04:16:05.606Z (4 months ago)
- Topics: bot, discord, discord-bot, discord-bot-template, discord-slash-bot, discord-slash-commands, discordbot, discordjs
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 113
- Watchers: 2
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Discord Slash Bot 👋
> This bot is a simple Discord Slash Bot.
### 🏠 [Homepage](https://github.com/muratvastark/discord-slash-bot)
## Usage
1. Clone repo
2. Install dependencies with command `npm install` or `yarn`
3. Rename `.env.example` as `.env` and fill required blanks
4. Add bot to your server with this invite `https://discord.com/oauth2/authorize?client_id=YOUR_BOTS_CLIENT_ID&scope=applications.commands`
5. Run `yarn start` or `npm run start` for production server, run `yarn dev` or `npm run dev` for development server.## 🎈 Types (For Developers)
| NAME | VALUE |
| ----------------- | ----- |
| SUB_COMMAND | 1 |
| SUB_COMMAND_GROUP | 2 |
| STRING | 3 |
| INTEGER | 4 |
| BOOLEAN | 5 |
| USER | 6 |
| CHANNEL | 7 |
| ROLE | 8 |## Author
👤 **Muratva Stark**
* Discord: [Muratva Stark](https://discord.com/users/470974660264067072)
* Github: [@muratvastark](https://github.com/muratvastark)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/muratvastark/discord-slash-bot/issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2021 [Muratva Stark](https://github.com/muratvastark).
This project is [MIT](https://github.com/muratvastark/discord-slash-bot/blob/main/LICENSE) licensed.