Skip to content
Domekologe edited this page Jun 30, 2026 · 1 revision

Misc

🌐 English · Deutsch

Misc is the author's very first test cog — a minimal "info" cog with a single ping command used to verify that a cog loads, registers a slash command and responds. It carries no real functionality and is not meant for production. Author: pd-codes · requires Red 3.5.0+ · Status: Info.

Installation

[p]repo add PDC_Redbot_Cogs https://github.com/pd-codes/PDC_Redbot_Cogs
[p]cog install PDC_Redbot_Cogs Misc
[p]load Misc
[p]slash sync

[p] is your bot's prefix. See Installation for the full Downloader walkthrough. ping is a native slash command, so run [p]slash sync once after loading.

Commands

Command Type Parameters What it does
ping Slash Replies Pong! (ephemeral).

Notes

Misc stores no data and has no configuration. It includes the drop-in dashboard hook and registers with the PDC Web Dashboard on load, but exposes no widgets, panels or pages — it simply appears in the dashboard's cog list. Treat it as a smoke-test / template rather than a feature cog.

See also: Installation · Dashboard Integration · Home

Clone this wiki locally