botv12/commands/logoff.js

8 lines
132 B
JavaScript
Raw Permalink Normal View History

2024-11-20 01:35:16 -05:00
const execute = (c) => {
2024-11-20 01:34:57 -05:00
c.bot._client.end()
2024-11-19 20:22:47 -05:00
}
2024-11-20 01:35:16 -05:00
const consoleIndex = true
const level = 2
2024-11-19 20:22:47 -05:00
export { execute, consoleIndex, level }