async getUser(userId) {
        const request = await fetch('https://slack.com/api/users.info', {
            headers: {
                Authorization: `Bearer ${this.token}`,
            },