Skip to content

Replace with list of users subscribed to event #164

@github-actions

Description

@github-actions

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

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

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

    return c_json({
        "guild_scheduled_event_id": str(event.id),

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