@harmonix-js/core
TypeScript icon, indicating that this package has built-in type declarations

0.3.2Β β€’Β PublicΒ β€’Β Published

Harmonix banner

Version Downloads License Website Discord

Harmonix

Open-source framework to make Discord bots.

⚑ Quick Start

This will set up a starter project with all the required files and dependencies:

npx @harmonix-js/cli init <my-bot>

πŸ€– Development

Harmonix offers a straightforward, user-friendly, and robust solution for writing commands naturally. It automates all repetitive tasks, allowing you to concentrate on developing your bot features with assurance.

Example of a commands/ping.ts:

import { defineCommand } from '@harmonix-js/core'

export default defineCommand(
  {
    description: 'Ping command'
  },
  (client, interaction) => {
    interaction.reply('Pong!')
  }
)

πŸ“– Documentation

Check out the Harmonix documentation to enhance your skills. It's an excellent resource for deepening your understanding of the framework, covering a large bunch of topics.

🀝 Contribution

We welcome your support to enhance Harmonix. To do that you can report bugs or give us feedback and ideas.

βš–οΈ License

Published under the MIT license.

🌱 Contributors

/@harmonix-js/core/

    Package Sidebar

    Install

    npm i @harmonix-js/core

    Weekly Downloads

    0

    Version

    0.3.2

    License

    MIT

    Unpacked Size

    78.1 kB

    Total Files

    7

    Last publish

    Collaborators

    • nethriis