From 8d6e00273aa3c7d26db407f5162e40bfc24cfe4d Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sat, 11 Apr 2026 15:18:16 -0500 Subject: [PATCH] feat: add dontation command --- src/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.js b/src/index.js index a658f64..5c780a7 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,9 @@ const COMMANDS = [ + { + name: "Show Support", + description: "Feel free to buy me some coffee to support the stream.", + aliases: ["!coffee", "!donation", "!dono"], + }, { name: "Topic", description: "Find out what is happening on the stream.",