Skip to content

Replace with list of users subscribed to event #165

@github-actions

Description

@github-actions

https://api.github.com/yepcord/server/blob/7e4a0de4c566dda4b496626f547b4722856a393d/src/rest_api/routes/guilds.py#L821

        raise InvalidDataErr(404, Errors.make(10070))

    await getCore().unsubscribeFromScheduledEvent(user, event)
    await getGw().dispatch(ScheduledEventUserRemoveEvent(user.id, event_id, guild.id),
                           guild_id=guild.id) # TODO: Replace with list of users subscribed to event

    return "", 204

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions