6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
|
import { discordAdapter } from ".";
|
||
|
|
||
|
export function send_sys_log(content: string) {
|
||
|
return discordAdapter.sendSystemLog(content);
|
||
|
}
|