0.1.1 ā€¢ Published 3 years ago

discord-shart v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

shart

šŸ¦ˆ TypeScript Framework to create awesome Discord.js based Bot

Getting started

Requirements

You should have the last version of discord.js installed and @discordjs/opus if you want a voice support.

@discordjs/opus is recommended instead of opusscript.

Installation

Install the package.

yarn add discord-shart

Usage

Import the module in your project and start using it.

import * as Shart from 'discord-shart';

Please refer to the documentation and examples.

License

Shart is distributed under the MIT License. See LICENSE for more information.

Authors

See AUTHORS for more information.

This package is a project created by some developers of the Developers House group.

Contributing

Firstly, thanks for contributing to Shart, by writing code, updating documentation or even sharing the project!

If you wish to contribute, please read our CONTRIBUTING file.