mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-02 03:03:37 +00:00
TypeScript types
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
name: 'SIGINT',
|
||||
execute(client) {
|
||||
execute(client: any) {
|
||||
client.user.setStatus('dnd');
|
||||
|
||||
client.streamer.leave(client);
|
||||
|
Reference in New Issue
Block a user