goat
command
offbot
Turn off bot
0
views
0
likes
0
installs
raw source
module.exports = {
config: {
name: "offbot",
version: "1.0",
author: "Samir",
countDown: 45,
role: 2,
shortDescription: "Turn off bot",
longDescription: "Turn off bot",
category: "owner",
guide: "{p}{n}"
},
onStart: async function ({event, api}) {
api.sendMessage("╔════ஜ۩۞۩ஜ═══╗\n\n📴Successfully Turned Off Archives System ✅\n╚════ஜ۩۞۩ஜ═══╝",event.threadID, () =>process.exit(0))}
};