Add automatic creation of vote message with random movies #16

Merged
kenobi merged 11 commits from feat/voting into master 2023-06-12 21:00:17 +02:00
Showing only changes of commit 550aa53188 - Show all commits

View File

@ -35,6 +35,7 @@ export async function closePoll(guild: Guild, requestId: string) {
if(!channels || channels.length != 1) {
logger.error(`Could not find announcement channel. Found ${channels}`)
return
}
const announcementChannel = channels[0]