https://github.com/advanced-command-handler/advanced-command-handler-examples
A list of examples for my Advanced Command Handler.
https://github.com/advanced-command-handler/advanced-command-handler-examples
advanced-command-handler bot command-handler
Last synced: 9 months ago
JSON representation
A list of examples for my Advanced Command Handler.
- Host: GitHub
- URL: https://github.com/advanced-command-handler/advanced-command-handler-examples
- Owner: Advanced-Command-Handler
- Created: 2020-09-20T17:13:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T06:32:08.000Z (over 1 year ago)
- Last Synced: 2025-04-22T21:10:05.930Z (9 months ago)
- Topics: advanced-command-handler, bot, command-handler
- Language: JavaScript
- Size: 65.4 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Command Handler Examples
This repo contains some templates for my library [advanced command handler](https://github.com/Ayfri/Advanced-Command-Handler).
| Name | Library version using | Description |
| ---------- | --------------------- | ---------------------------------------------------------------------- |
| TS-Bot | 2.4.0 | Simple TypeScript example with ready event & test command. |
| Simple-Bot | 2.4.0 | Simple JavaScript example with ready event, help, say & test commands. |
Feel free to complete the examples or add new ones.