delete: botOff Command
This commit is contained in:
parent
785db5431b
commit
1fd2bc814f
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
import { Command } from '../modules'
|
||||
import { type Message } from 'discord.js'
|
||||
|
||||
export default class extends Command {
|
||||
public constructor() {
|
||||
super('봇꺼', true)
|
||||
}
|
||||
public execute(msg: Message, args: string[]) {
|
||||
msg.channel.send('ㅇㅇ').finally(() => {
|
||||
msg.client.destroy()
|
||||
})
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue