Release 0.2.2-hf1 #86

Merged
NiXTheDev merged 1 commit from 0.2.2-hf1 into release 2026-07-22 21:09:37 +03:00
Owner

Summary

  • Registers myCommands via bot.use(myCommands) so command handlers (/start, /help, /privacy, etc.) are wired as middleware
  • Without this, the CommandGroup handlers were defined but never registered, so commands silently did nothing

Changes

  • src/index.ts: Added bot.use(myCommands) after CommandGroup definition

Verification

  • All lint/typecheck/fmt/tests pass on this branch
## Summary - Registers myCommands via bot.use(myCommands) so command handlers (/start, /help, /privacy, etc.) are wired as middleware - Without this, the CommandGroup handlers were defined but never registered, so commands silently did nothing ## Changes - src/index.ts: Added bot.use(myCommands) after CommandGroup definition ## Verification - All lint/typecheck/fmt/tests pass on this branch
fix: register command handlers as middleware
All checks were successful
Push Checks / Format Check (push) Successful in 39s
PR Checks / Format Check (pull_request) Successful in 27s
Push Checks / Tests (push) Successful in 19s
PR Checks / Lint (pull_request) Successful in 45s
Secret Scanning / Scan for Secrets (pull_request) Successful in 52s
PR Checks / Tests (pull_request) Successful in 19s
PR Checks / Type Check (pull_request) Successful in 28s
PR Checks / Build Docker Image (Validation) (pull_request) Successful in 20m58s
Push Checks / Build and Push Docker Image (push) Successful in 22m22s
Create Release / release (pull_request) Successful in 4m17s
Push Checks / Lint (push) Successful in 25s
Push Checks / Type Check (push) Successful in 23s
4dbda2bc11
bot.use(myCommands) was never called, so command handlers
(/start, /help, /privacy, etc.) were defined but never
executed. Added the missing middleware registration.
NiXTheDev changed title from fix: register command handlers as middleware to Release 0.2.2-hf1 2026-07-22 20:51:33 +03:00
NiXTheDev scheduled this pull request to auto merge when all checks succeed 2026-07-22 20:51:51 +03:00
NiXTheDev merged commit 999651f9e0 into release 2026-07-22 21:09:37 +03:00
NiXTheDev deleted branch 0.2.2-hf1 2026-07-22 21:09:37 +03:00
NiXTheDev referenced this pull request from a commit 2026-07-22 21:09:38 +03:00
NiXTheDev referenced this pull request from a commit 2026-07-22 21:31:26 +03:00

🎉 Release v0.2.2-hf1 has been created!

📦 Release URL: https://hangar.nixthedev.ru/NiXTheDev/regexYbot/releases/tag/v0.2.2-hf1

📥 Binaries available for Linux (x64) and Windows (x64)

🎉 Release **v0.2.2-hf1** has been created! 📦 Release URL: https://hangar.nixthedev.ru/NiXTheDev/regexYbot/releases/tag/v0.2.2-hf1 📥 Binaries available for Linux (x64) and Windows (x64)
Sign in to join this conversation.
No description provided.