[repo] reorganization
This commit is contained in:
5
src/commands/handlers/obrigado.js
Normal file
5
src/commands/handlers/obrigado.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { botMsg } from "../../utils/botMsg.js";
|
||||
|
||||
export async function cmdObrigado(msg) {
|
||||
await msg.reply(botMsg("😊 Por nada!"));
|
||||
}
|
||||
Reference in New Issue
Block a user