[repo] reorganization
This commit is contained in:
5
src/commands/handlers/a.js
Normal file
5
src/commands/handlers/a.js
Normal 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!"));
|
||||
}
|
||||
Reference in New Issue
Block a user