linting
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import { GuildScheduledEvent, Message, MessageCreateOptions, TextChannel } from "discord.js";
|
||||
import { ScheduledTask } from "node-cron";
|
||||
import { v4 as uuid } from "uuid";
|
||||
import { client, yavinJellyfinHandler } from "../..";
|
||||
import { config } from "../configuration";
|
||||
@ -11,8 +10,6 @@ import { Emotes, NONE_OF_THAT } from "../constants";
|
||||
|
||||
export const name = 'guildScheduledEventCreate'
|
||||
|
||||
|
||||
|
||||
export async function execute(event: GuildScheduledEvent) {
|
||||
const requestId = uuid()
|
||||
|
||||
|
Reference in New Issue
Block a user