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[];