mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-20 01:31:38 +01:00
remove vulnerable chatter system, increase redis expiry, persistant redis storage
This commit is contained in:
@@ -2,7 +2,7 @@ import { redis } from "bun";
|
||||
import { chatterApi } from ".";
|
||||
import { HelixUser } from "@twurple/api"
|
||||
|
||||
const EXPIRETIME = 60 * 15 // 15 minutes
|
||||
const EXPIRETIME = 60 * 30 // 30 minutes
|
||||
|
||||
export class User {
|
||||
public username: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user