Update imports and group info extraction from context.
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user