Skip to content

Commit 0454d97

Browse files
committed
style: lint
1 parent 3edf9c5 commit 0454d97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Harmonix
1212

13-
🤖 Open-source framework to make Discord bots.
13+
Open-source framework to make Discord bots.
1414

1515
## ⚡ Quick Start
1616

@@ -20,11 +20,12 @@ This will set up a starter project complete with all the essential files and dep
2020
npx @harmonix-js/cli init <my-bot>
2121
```
2222

23-
## 📡 Development
23+
## 🤖 Development
2424

2525
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.
2626

2727
Example of an `commands/ping.ts`:
28+
2829
```ts
2930
import { defineCommand } from '@harmonix-js/core'
3031

@@ -55,4 +56,3 @@ Published under the [MIT](https://github.com/harmonix-js/core/blob/main/LICENSE)
5556
<a href="https://github.com/harmonix-js/core/graphs/contributors">
5657
<img src="https://contrib.rocks/image?repo=harmonix-js/core" />
5758
</a>
58-

0 commit comments

Comments
 (0)