5 lines
153 B
JavaScript
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!"));
|
|
} |