mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 22:23:38 +00:00
TypeScript types
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import { Message } from "discord.js";
|
||||
|
||||
export default {
|
||||
name: 'messageDelete',
|
||||
async execute(client, msg) {
|
||||
async execute(client: any, msg: Message) {
|
||||
if(!msg.author.bot || !msg.guild) return;
|
||||
const radio = client.radio.get(msg.guild.id);
|
||||
if(!radio) return;
|
||||
|
Reference in New Issue
Block a user