Skip to main content
Home
This package has been archived, and as such it is read-only.

Built and signed on GitHub Actions

A library for creating bots for the Meower platform.

This package works with Deno, Bun, Browsers
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
8 months ago (1.8.2)
type alias LoggingLevel

How much logging the bot should do. By default, this is "base".

  • none: No logging at all
  • base: Logging of most things.
  • ws: Same as base, but also logs packets from the server.

Definition

"none"
| "base"
| "ws"

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@mbw/roarbot

Import symbol

import { type LoggingLevel } from "@mbw/roarbot";
or

Import directly with a jsr specifier

import { type LoggingLevel } from "jsr:@mbw/roarbot";

Add Package

bunx jsr add @mbw/roarbot

Import symbol

import { type LoggingLevel } from "@mbw/roarbot";