From 0216edd1f8597574e07a6fdf08f47cae07159e55 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:48:10 -0600 Subject: [PATCH] feat: add alias for topic command --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 7ed2561..a658f64 100644 --- a/src/index.js +++ b/src/index.js @@ -2,7 +2,7 @@ const COMMANDS = [ { name: "Topic", description: "Find out what is happening on the stream.", - aliases: ["!whatbrodoing"], + aliases: ["!wtf", "!whatbrodoing"], }, { name: "Wrong Screen",