Skip to content

My own implementation of discord.js v14 in TypeScript with additional extensions.

License

Notifications You must be signed in to change notification settings

hiraeeth/DiscordTS-Base

Repository files navigation

Discord v14 with TypeScript

Documentation

You can find the entire documentation here

Table of Contents

Features

  • Full implementation of discord.js v14 in TypeScript
  • Custom logger and config file parser, easier to share with people.
  • Clean code and well documented.
  • Comes with prebuilt utils such as local sql db (utils/sql) and remote mysql db (utils/db)

Installation

To get started, clone the repository and install the dependencies:

git clone https://github.com/hiraeeth/DiscordTS-Base.git
cd DiscordTS-Base
npm install --save

Contributing

Contributions are welcome! If you have suggestions for improvements or want to add new features, feel free to open an issue or create a pull request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b features/a_new_feature)
  3. Commit your changes (git commit -m 'New commit')
  4. Push to the branch (git push origin feature/a_new_feature)
  5. Open a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.