Skip to content

PeralStudio/DiscordJS-V14-Bot-V2

Repository files navigation

DiscordJS-V14-Bot-V2

Discord.js Node.js License

Welcome to the DiscordJS-V14-Bot-V2 repository, an enhanced version of a Discord bot built with Discord.js v14. This bot is designed to provide custom functionalities and flexibility for your Discord server. Feel free to contribute and make this project even better!

How to Start the Bot

Follow these steps to start the bot on your Discord server:

  1. Clone the Repository

    git clone https://github.com/PeralStudio/DiscordJS-V14-Bot-V2.git
    cd DiscordJS-V14-Bot-V2
  2. Install Dependencies

    npm install
  3. Configure the .env File

  • Rename file .env.example to .env

  • Open the .env file and add the following environment variables:

    TOKEN=YourDiscordTokenHere
    PREFIX=YourCommandPrefix
    GUILD_ID=YourGuildID
    etc...
  1. Start Project

    npm start

Contributions

Contributions are welcome. Before contributing, please read the following guidelines:

Steps for contributing:

  1. Clone the repository locally.
  2. Create a new branch for your contribution.
  3. Make the necessary changes to your branch.
  4. Perform tests to make sure your code is working properly.
  5. Create a pull request so that your changes can be reviewed.

Thanks for contributing!

Code of Conduct

This project adheres to the GitHub Code of Conduct. All participants must conduct themselves in a respectful and professional manner.

License

This project is licensed under the MIT License.

Copyright (c) 2023, PeralStudio

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.