[repo] reorganization

This commit is contained in:
synt-xerror
2026-03-16 18:32:57 -03:00
parent 04765868db
commit e60c5819e2
34 changed files with 1023 additions and 829 deletions

View File

@@ -0,0 +1,5 @@
import { botMsg } from "../../utils/botMsg.js";
export async function cmdObrigado(msg) {
await msg.reply(botMsg("😊 Por nada!"));
}