implement auto repeating events
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
mightypanders
2022-04-12 22:39:47 +02:00
parent 10bc4ae5df
commit 9df18575fd
10 changed files with 211 additions and 10 deletions

View File

@ -4,7 +4,7 @@ import { ExtendedClient } from "../structures/client";
export interface ExtendedInteraction extends CommandInteraction {
member: GuildMember
}
interface RunOptions {
export interface RunOptions {
client: ExtendedClient
interaction: ExtendedInteraction
args: CommandInteractionOptionResolver