def is_admin(self, user: discord.User): """ Check if a user is an admin :param user: the user to check :return: is an admin or not? """ return user.id in self.admins