UNPKG

discord-mudlet-map

Version:

This little library helps with Discord bot configuration to provide small Mudlet map fragment images with given location.

5 lines 246 B
import "konva/canvas-backend"; import { type Client } from "discord.js"; import type { MapConfig } from "./types.js"; export declare function configure(client: Client, config: MapConfig): () => void; //# sourceMappingURL=bot-configurator.d.ts.map