chore: // @ts-nocheck

This commit is contained in:
n1lsqn 2024-01-23 14:59:37 +09:00
parent e1f766d18e
commit 029a683359
16 changed files with 28 additions and 6 deletions

View file

@ -1,5 +1,5 @@
// AI CORE
// @ts-nocheck
import * as fs from 'fs';
import { bindThis } from '@/decorators.js';
import loki from 'lokijs';
@ -16,7 +16,6 @@ import Stream from '@/stream.js';
import log from '@/utils/log.js';
import { sleep } from './utils/sleep.js';
import pkg from '../package.json' assert { type: 'json' };
type MentionHook = (msg: Message) => Promise<boolean | HandlerResult>;
type ContextHook = (key: any, msg: Message, data?: any) => Promise<void | boolean | HandlerResult>;
type TimeoutCallback = (data?: any) => void;

View file

@ -1,3 +1,4 @@
// @ts-nocheck
type Config = {
host: string;
serverName?: string;

View file

@ -1,4 +1,5 @@
// AiOS bootstrapper
// @ts-nocheck
import chalk from 'chalk';
import got from 'got';

View file

@ -1,3 +1,4 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import chalk from 'chalk';

View file

@ -1,3 +1,4 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import , { InstallerResult } from '@/ai.js';

View file

@ -1,3 +1,4 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import Module from '@/module.js';
import serifs from '@/serifs.js';

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import loki from 'lokijs';
import Module from '@/module.js';

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import { parse } from 'twemoji-parser';

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import loki from 'lokijs';
import Module from '@/module.js';

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import loki from 'lokijs';
import Module from '@/module.js';

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import loki from 'lokijs';
import Module from '@/module.js';

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import Message from '@/message.js';
import Module from '@/module.js';

View file

@ -1,7 +1,9 @@
import autobind from 'autobind-decorator';
import Module from '@/module';
import Message from '@/message';
import serifs from '@/serifs';
// @ts-nocheck
import autobind from 'autobind-decorator.js';
import Module from '@/module.js';
import Message from '@/message.js';
import serifs from '@/serifs.js';
const vocaloidUrls = [
// ボカロ

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import loki from 'lokijs';
import Module from '@/module.js';

View file

@ -5,6 +5,7 @@
*
*
*/
// @ts-nocheck
import got from 'got';
import * as Reversi from './engine.js';

View file

@ -1,3 +1,4 @@
// @ts-nocheck
import { bindThis } from '@/decorators.js';
import Module from '@/module.js';
import serifs from '@/serifs.js';