From 9551acf7923f893c473fcdb3aa6d18a1b8e809f8 Mon Sep 17 00:00:00 2001 From: Histmy Date: Fri, 24 Sep 2021 13:59:51 +0200 Subject: [PATCH] fixed lazy type definitions --- src/utils/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/types.ts b/src/utils/types.ts index f9a5bec..fbfe40b 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -1,6 +1,6 @@ -import { Client, ClientPresenceStatusData, Message, User } from "discord.js"; +import { Client, ClientPresenceStatusData, Message, MessageOptions, User } from "discord.js"; -type RunFunkce = (argumenty: string, message: Message) => undefined | string | Promise; +type RunFunkce = (argumenty: string, message: Message) => undefined | string | Promise; interface KomandRaw { als?: string[];