add i18n system and improved plugin API with state management
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { BOT_PREFIX } from "../config.js";
|
||||
|
||||
export function botMsg(texto) {
|
||||
return `${BOT_PREFIX}\n${texto}`;
|
||||
export function botMsg(text) {
|
||||
return `${BOT_PREFIX}\n${text}`;
|
||||
}
|
||||
Reference in New Issue
Block a user