Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disqada/halfbot
Build your JS/TS Discord bot faster than ever
https://github.com/disqada/halfbot
bot discord discord-api discord-bot discord-js discordbot discordjs framework nodejs npm npm-package tool
Last synced: 4 months ago
JSON representation
Build your JS/TS Discord bot faster than ever
- Host: GitHub
- URL: https://github.com/disqada/halfbot
- Owner: DisQada
- License: apache-2.0
- Created: 2023-03-04T08:36:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T06:32:50.000Z (5 months ago)
- Last Synced: 2024-10-15T01:47:42.273Z (4 months ago)
- Topics: bot, discord, discord-api, discord-bot, discord-js, discordbot, discordjs, framework, nodejs, npm, npm-package, tool
- Language: JavaScript
- Homepage: http://docs.disqada.org/HalfBot/
- Size: 684 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HalfBot
## 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)](https://github.com/DisQada/HalfBot/actions/workflows/test.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)## Table of Contents
- [HalfBot](#halfbot)
- [Badges](#badges)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [License](#license)## 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 specify the data and the bot logic (commands/events/...) on a high level.
## License
Copyright © 2022 [DisQada](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.