[repo] desacoplamento e maior coesão
This commit is contained in:
5
src/utils/botMsg.js
Normal file
5
src/utils/botMsg.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { BOT_PREFIX } from "../config.js";
|
||||
|
||||
export function botMsg(texto) {
|
||||
return `${BOT_PREFIX}\n${texto}`;
|
||||
}
|
||||
Reference in New Issue
Block a user