[repo] reorganization

This commit is contained in:
synt-xerror
2026-03-16 18:32:57 -03:00
parent 04765868db
commit e60c5819e2
34 changed files with 1023 additions and 829 deletions

View File

@@ -0,0 +1,5 @@
import { botMsg } from "../../utils/botMsg.js";
export async function cmdA(msg, _chat, _chatId, args) {
if (!args[0]) await msg.reply(botMsg("B!"));
}