MCPcopy Create free account
hub / github.com/AnswerOverflow/AnswerOverflow / channel.ts

File channel.ts

packages/core/src/channel.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { omit } from '@answeroverflow/utils/select';
2import { ChannelType } from 'discord-api-types/v10';
3import { and, desc, eq, inArray, isNotNull, lt, not, sql } from 'drizzle-orm';
4import type { z } from 'zod';

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected