A Discord bot for Dyte's community Discord server.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
A multi-purpose Discord bot for Dyte's Discord Community.
To get a local copy up and running follow these simple steps.
For running this bot, you would need to make create an application on Discord's developer portal, and create a bot in the application. Once this is done, you will receive the bot token, which you can use to run this project. You need to add your newly created bot to the Discord server you are going to use for testing.
Other prerequisites include:
- npm
- Clone the repo
git clone [email protected]:dyte-in/discord-bot.git
- Install NPM packages
npm install
- Create a
.env
from the sample.env.example
and update the values
cp .env.example .env
- Run the bot in developer mode using
npm run dev
This bot can be used on Dyte's Discord Community. For example, you can head to the #bot-spam
channel and run /dyte
or $dyte
to create a new Dyte meeting.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push -u origin feature/AmazingFeature
) - Open a Pull Request
You are requested to follow the contribution guidelines specified in CONTRIBUTING.md while contributing to the project 😄.
Distributed under the MIT License. See LICENSE
for more information.
Thanks goes to these wonderful people (emoji key):
Rohan Mukherjee 💻 📖 🚇 |
Rishit Bansal 💻 📖 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!