Update imports and group info extraction from context.

This commit is contained in:
2025-12-16 15:24:16 -05:00
parent 8d8b7f4c3a
commit 789803da59
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { Composer } from "grammy";
import type { Context } from "#root/bot/context.js";
import { logHandle } from "#root/bot/helpers/logging.js";
import { urql } from "#root/main.js";
import increment from "#root/lib/graphql/mutations/incrimentMutation.js";
import increment from "#root/lib/graphql/mutations/incrementMutation.js";
const composer = new Composer<Context>();