0.3.2 • Published 9 months ago

@harmonix-js/core v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Harmonix banner

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

0.0.15

12 months ago

0.0.16

12 months ago

0.0.17

12 months ago

0.0.18

12 months ago

0.0.14

12 months ago

0.1.0

12 months ago

0.3.0

11 months ago

0.2.0

11 months ago

0.1.1

12 months ago

0.3.2

9 months ago

0.3.1

10 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.10

12 months ago

0.0.11

12 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago