fix-startup #77

Merged
werewolfkid merged 13 commits from fix-startup into main 2025-10-21 00:38:49 -04:00
4 changed files with 8 additions and 8 deletions
Showing only changes of commit c16c46ceeb - Show all commits

View File

@@ -10,8 +10,8 @@ const feature = composer.chatType(["group", "supergroup"]);
* What triggers this feature and adds to the log when it has been triggered.
* The trigger is the command "/botInfo"
*/
feature.hears(
"/getGroupID",
feature.command(
"getGroupID",
logHandle("get-group-id"),
async (ctx: Context) => {
// Pulling the group IDs from the env variables.

View File

@@ -10,8 +10,8 @@ const feature = composer.chatType(["group", "supergroup"]);
* What triggers this feature and adds to the log when it has been triggered.
* The trigger is the command "/isWKCGroup"
*/
feature.hears(
"/isWKCGroup",
feature.command(
"isWKCGroup",
logHandle("is-WKC-group"),
async (ctx: Context) => {
// Pulling the group IDs from the env variables.