Rename event files to specific case

We can add multiple eventhandlers per eventname. To avoid confusion and large files and to improve concise file names the event files were renamed
This commit is contained in:
2023-06-23 14:37:29 +02:00
parent 9da8f47784
commit 5b98c9bf2f
6 changed files with 28 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import { Guild, GuildScheduledEvent, GuildScheduledEventEditOptions, GuildSchedu
import { v4 as uuid } from 'uuid'
import { client } from '../..'
import { config } from '../configuration'
import { Emotes } from '../events/guildScheduledEventCreate'
import { Emotes } from '../events/autoCreateVoteByWPEvent'
import { Maybe } from '../interfaces'
import { logger } from '../logger'
import { Command } from '../structures/command'