fedi moji :3

This commit is contained in:
Ashley 2024-08-22 15:34:03 +00:00
parent a9b3d84366
commit 09846c524c
9 changed files with 100 additions and 31 deletions

View file

@ -1,7 +1,7 @@
import { exec } from "node:child_process";
function execute(client, event, args) {
exec("systemctl --user restart possumbot");
exec("systemctl restart possumbot");
}
export default {