♻️ Cleaned lots of code and change getvip implementation
getVip is no longer time limited, it will remove it once a limit of vip users is reached (to be implemented)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { addVip } from "./addVip";
|
||||
import { hasVip } from "./hasVip";
|
||||
import { removeVip } from "./removeVip";
|
||||
import { say } from "./say";
|
||||
import { timeout } from "./timeout";
|
||||
|
||||
export { say, timeout, addVip, removeVip };
|
||||
export { say, timeout, addVip, removeVip, hasVip };
|
||||
|
Reference in New Issue
Block a user