UNPKG

discord-mudlet-map

Version:

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

4 lines 224 B
import type { Message } from "discord.js"; import type { MapConfig } from "./types.js"; export default function mapCommand(config: MapConfig): (message: Message) => Promise<void>; //# sourceMappingURL=message-create.d.ts.map