ThatPaple / DiscordJS-BetterUtil

Maintained version of splitMessage function from discord.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated / Abandoned warning: This repository is no longer maintained.


DiscordJS-BetterUtil

Maintained version of Util function from discord.js and much more in the future! The aim of this project is to create a utility plugin that makes creating Discord bots a much more pleasant experience.

About The Project

Most of my personal bots rely on the Util.splitMessage() function. Recently, the function itself got deprecated and later, it will be removed. As such, I plan to maintain it myself, with future changes to the function itself. Eventually, I'd like to create a whole new utility system to replace the one provided within Discord.js.

(back to top)

Getting Started / Installation

Clone the repository or download it as a zip file.
Add the repository files into your project, and import it using

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install discord.js@latest -g

(back to top)

Usage

Import the repository files into your project using the require() function Example : const Util = require('util.js');

(back to top)

Roadmap

  • splitMessage()
  • NPM Package
  • More to come!

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

About

Maintained version of splitMessage function from discord.js

License:MIT License


Languages

Language:JavaScript 100.0%