move emotes and reaction constants
This commit is contained in:
		@@ -6,14 +6,12 @@ import { config } from "../configuration";
 | 
			
		||||
import { createDateStringFromEvent } from "../helper/dateHelper";
 | 
			
		||||
import { Maybe } from "../interfaces";
 | 
			
		||||
import { logger } from "../logger";
 | 
			
		||||
import { Emotes, NONE_OF_THAT } from "../constants";
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export const name = 'guildScheduledEventCreate'
 | 
			
		||||
 | 
			
		||||
export enum Emotes { "1️⃣", "2️⃣", "3️⃣", "4️⃣", "5️⃣", "6️⃣", "7️⃣", "8️⃣", "9️⃣", "🔟" }
 | 
			
		||||
export const NONE_OF_THAT = "❌"
 | 
			
		||||
 | 
			
		||||
export let task: ScheduledTask | undefined
 | 
			
		||||
 | 
			
		||||
export async function execute(event: GuildScheduledEvent) {
 | 
			
		||||
	const requestId = uuid()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user