0
0
Fork 0

ログのアレを直したりとか

This commit is contained in:
Xeltica 2020-09-16 00:39:47 +09:00
parent 9b55163f1c
commit 139d7cc699
4 changed files with 4 additions and 10 deletions

View file

@ -2,11 +2,8 @@ import cron from 'node-cron';
import delay from 'delay';
import { Users } from '../models';
import { api } from './misskey';
import { format } from '../functions/format';
import { deleteUser } from '../functions/users';
import { updateScore } from '../functions/update-score';
import { getScores } from '../functions/get-scores';
import { send } from './send';
export default (): void => {