feat: add alias for topic command

This commit is contained in:
Stevan Freeborn
2026-02-09 06:48:10 -06:00
parent 423363ccab
commit 0216edd1f8
+1 -1
View File
@@ -2,7 +2,7 @@ const COMMANDS = [
{ {
name: "Topic", name: "Topic",
description: "Find out what is happening on the stream.", description: "Find out what is happening on the stream.",
aliases: ["!whatbrodoing"], aliases: ["!wtf", "!whatbrodoing"],
}, },
{ {
name: "Wrong Screen", name: "Wrong Screen",