0
0
Fork 0
This commit is contained in:
xeltica 2021-08-31 12:37:43 +09:00
parent 2b71549feb
commit 66ced29c6d
28 changed files with 477 additions and 965 deletions

View file

@ -5,7 +5,7 @@ import { Not } from 'typeorm';
import { deleteUser } from '../functions/users';
import { MiUser, updateScore } from '../functions/update-score';
import { updateRating } from '../functions/update-rating';
import { AlertMode } from '../types/AlertMode';
import { AlertMode } from '../types/alert-mode';
import { Users } from '../models';
import { send } from './send';
import { api } from './misskey';