WIP: feat/20-reactions-for-roles #59

Draft
kenobi wants to merge 16 commits from feat/20-reactions-for-roles into master
Showing only changes of commit a60fc2db7e - Show all commits

View File

@ -1,7 +1,7 @@
import { Collection } from "@discordjs/collection"
import { GuildScheduledEvent, Role, TextChannel } from "discord.js"
export type Maybe<T> = T | undefined | null | void
export type Maybe<T> = T | undefined | null

ew, a THIRD "not there" type??? wth

ew, a THIRD "not there" type??? wth

a60fc2db7e
No longer necessary after refactoring of announcementrole fetching
a50ac1716f

a60fc2db7e8736a0899d07f0bc797ba84da1e861 No longer necessary after refactoring of announcementrole fetching a50ac1716f5eccf38d88763742d26e573b460dca
export interface Player {
name: string
}