imports
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
import { Guild, GuildScheduledEvent, GuildScheduledEventEditOptions, GuildScheduledEventSetStatusArg, GuildScheduledEventStatus, Message, MessageCreateOptions, MessageReaction, PartialMessage, TextChannel, User } from "discord.js"
 | 
			
		||||
import { Emoji, Emotes, NONE_OF_THAT } from "../constants"
 | 
			
		||||
import { Guild, GuildScheduledEvent, GuildScheduledEventEditOptions, GuildScheduledEventSetStatusArg, GuildScheduledEventStatus, Message, MessageCreateOptions, MessageReaction, TextChannel } from "discord.js"
 | 
			
		||||
import { Emotes, NONE_OF_THAT } from "../constants"
 | 
			
		||||
import { logger, newRequestId } from "../logger"
 | 
			
		||||
import { getMembersWithRoleFromGuild } from "./roleFilter"
 | 
			
		||||
import { config } from "../configuration"
 | 
			
		||||
@@ -13,7 +13,6 @@ import addDays from "date-fns/addDays"
 | 
			
		||||
import isAfter from "date-fns/isAfter"
 | 
			
		||||
import { ExtendedClient } from "../structures/client"
 | 
			
		||||
import { JellyfinHandler } from "../jellyfin/handler"
 | 
			
		||||
import { ObjectGroupUpdateToJSON } from "../jellyfin"
 | 
			
		||||
 | 
			
		||||
export type Vote = {
 | 
			
		||||
	emote: string, //todo habs nicht hinbekommen hier Emotes zu nutzen
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user