0.0.1 â€ĸ Published 1 year ago

disvide v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

🤖 Disvide

Disvide is a Discord bot generator that allows you to easily create a bot for your Discord server. It is built with TypeScript and can be run using pnpm, yarn, or npx.

📄 Documentation

🚀 Getting Started

To create a new Disvide bot, you can use one of the following commands:

pnpm init disvide

or

yarn create disvide

or

npx disvide

Using one of these commands will prompt you with a series of questions to configure your bot, including the bot's username, token, client ID, client secret, and programming language (TypeScript or JavaScript).

Once you have answered all the questions, Disvide will generate a new Discord bot project for you to use.

⚙ī¸ Installation

Prerequisites

Before you can use Disvide, you need to have the following software installed on your machine:

đŸ’ģ Usage

After you have created a new Disvide bot, you can run it using the following command:

pnpm dev

or

yarn dev

or

npm run dev

This will start the bot and connect to the Discord servers.

📝 License

Disvide is licensed under the MIT License. See the LICENSE file for more information.

🤝 Contributing

We welcome contributions from anyone and everyone. To get started, follow these steps:

  1. Fork the repository and create your branch from main.
  2. Clone the repository and install dependencies.
  3. Make your changes and ensure that the tests pass.
  4. Submit a pull request.

Please make sure to update tests as appropriate.

🛠 Adding the Bot to Your Server

To add your Disvide bot to your Discord server, you need to follow these steps:

  1. Go to the Discord Developer Portal and select your bot.
  2. Click on the "OAuth2" tab.
  3. Under "Scopes", select "bot".
  4. Under "Bot Permissions", select the permissions you want your bot to have.
  5. Copy the generated URL and paste it into your web browser.
  6. Select the server you want to add the bot to and click "Authorize".
  7. Your bot should now be added to your server.

Šī¸ Copyright

Disvide is a project by Cored Developments 2023. All rights reserved.