Replace any types to more strict types

This commit is contained in:
Christer Warén
2023-06-06 04:58:01 +03:00
parent bc238d919d
commit 3686cd1b0e
7 changed files with 29 additions and 27 deletions

View File

@ -1,6 +1,7 @@
import { Guild } from "discord.js";
import RadioClient from "../../Client";
export default function saveState(client: RadioClient, guild: any, radio: any){
export default function saveState(client: RadioClient, guild: Guild, radio: any){
if(!client.datastore) return;
client.datastore.checkEntry(guild.id);