mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 13:56:57 +01:00
improved safety, minor docker compose changes, cheer parsing bugfixes
This commit is contained in:
@@ -15,7 +15,7 @@ export default new Command({
|
||||
|
||||
const userKDs: KD[] = [];
|
||||
await Promise.all(users.map(async userRecord => {
|
||||
const user = await User.initUserId(userRecord.id);
|
||||
const user = await User.initUserId(userRecord.id.toString());
|
||||
if (!user) return;
|
||||
const data = await getTimeoutStats(user, true);
|
||||
if (!data) return;
|
||||
|
||||
Reference in New Issue
Block a user