upgrade dependencies
Main / build-and-push-docker-image (20.x) (push) Successful in 6m35s

This commit is contained in:
Lucid
2026-04-01 21:09:32 -04:00
parent 705bb73f19
commit 547fef9c75
5 changed files with 861 additions and 774 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ 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/incrementMutation.js";
import getCommandsList, { Commands } from "#root/lib/getCommandsList.js";
import getCommandsList from "#root/lib/getCommandsList.js";
const composer = new Composer<Context>();