Files
manybot/src/commands/handlers/a.js
2026-03-16 18:32:57 -03:00

5 lines
153 B
JavaScript

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