Merge pull request #14 from sern-handler/EvolutionX-10-patch-1

This commit is contained in:
Jacob Nguyen
2022-02-19 08:46:04 -06:00
committed by GitHub

View File

@@ -14,7 +14,6 @@ export type Visibility = 'private' | 'public';
// Anything that can be sent in a `<TextChannel>#send` or `<CommandInteraction>#reply`
export type possibleOutput<T = string> = T | (MessagePayload & MessageOptions);
export type Nullable<T> = T | null;
export type execute = Sern.Module<unknown>['execute'];
// Thanks @cursorsdottsx
export type ParseType<T> = {