fixed lazy type definitions
This commit is contained in:
parent
d8b84639a4
commit
9551acf792
@ -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<unknown>;
|
type RunFunkce = (argumenty: string, message: Message) => undefined | string | Promise<string | MessageOptions | undefined>;
|
||||||
|
|
||||||
interface KomandRaw {
|
interface KomandRaw {
|
||||||
als?: string[];
|
als?: string[];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user