0.3.2 • Published 10 months ago

@harmonix-js/core v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.14

1 year ago

0.1.0

1 year ago

0.3.0

12 months ago

0.2.0

12 months ago

0.1.1

1 year ago

0.3.2

10 months ago

0.3.1

11 months ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.10

1 year ago

0.0.11

1 year 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