Skip to content

rotenz/discord-slash-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Discord Slash Bot 👋

License: MIT

This bot is a simple 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

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Muratva Stark.
This project is MIT licensed.

About

This bot is a simple Discord Slash Bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Shell 0.6%