Skip to main content
Module

x/revoltio/mod.ts>Base

No-nonsense Revolt library for nodejs and deno.
Latest
class Base
Re-export
Abstract
import { Base } from "https://deno.land/x/revoltio@v1.0.0/mod.ts";

Constructors

new
Base(client: Client)

Properties

id: string

Methods

protected
_patch(data: PartialObject, _clear?: string[]): this
_clone(): this
_update(data: PartialObject, clear?: string[]): this
equals(that?: this | null): boolean