A Discord Bot connected to your Pterodactyl API.
at main 10 lines 242 B view raw
1import { SlashCommandBuilder } from "discord.js"; 2 3export default { 4 data: new SlashCommandBuilder() 5 .setName("safemode") 6 .setDescription("Turn servers into safemode - Kill/Stop and backup servers"), 7 async execute(interaction) { 8 9 }, 10};