func (c *Checker) IsWhitelisted(guildID string) bool {
    if !c.enable {
        return true
    }