MeowerBot.api.admin module

class MeowerBot.api.admin.Admin(client: AsyncClient)[source]

Bases: object

async create_note(identifier: str, notes: str)[source]
async delete_post(uuid: UUID)[source]
async edit_report(uuid: UUID, status: Literal['no_action_taken', 'action_taken'])[source]
async escalate_report(uuid: UUID)[source]
async fetch_note(identifier: str)[source]
async get_post(uuid: UUID)[source]
async get_report(uuid: UUID)[source]
async get_reports(timeout: int | None = None)[source]
async restore_deleted_post(uuid: UUID)[source]
MeowerBot.api.admin.notes_return(resp)[source]
MeowerBot.api.admin.reports_return(resp)[source]