5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
import { botMsg } from "../../utils/botMsg.js";
|
|
|
|
export async function cmdObrigado(msg) {
|
|
await msg.reply(botMsg("😊 Por nada!"));
|
|
} |