Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
The Alpha committed Sep 30, 2023
1 parent 8a257d8 commit 0761e84
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# halfbot

أداة تسهيل وتسريع برمجة بوتات دسكورد بلغة JavaScript أو TypeScript
## Badges

[![github](https://img.shields.io/badge/DisQada/halfbot-000000?logo=github&logoColor=white)](https://www.github.com/DisQada/halfbot)
[![npm](https://img.shields.io/badge/@disqada/halfbot-CB3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/@disqada/halfbot)

![version](https://img.shields.io/npm/v/@disqada/halfbot.svg?label=latest&logo=npm)
![monthly downloads](https://img.shields.io/npm/dm/@disqada/halfbot.svg?logo=npm)

![test](https://github.com/DisQada/halfbot/actions/workflows/test.yml/badge.svg)
[![Generate and Deploy documentation](https://github.com/DisQada/halfbot/actions/workflows/docs.yml/badge.svg)](https://github.com/DisQada/halfbot/actions/workflows/docs.yml)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

## About

This framework will help to facilitate and accelerate the development of Discord bots. it takes care of all the low level structure and configuration, and all you need to do is to spefiy the data and the bot logc (commands/events/...) on a high level.

## Learn

Check the [Getting started](tutorials/start.md) guide for first time usage.

## License

Copyright © 2022 [Nabil Alsaiad](https://github.com/nabil-alsaiad)

This framework is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
See the [LICENSE](LICENSE) file for more information.

0 comments on commit 0761e84

Please sign in to comment.