mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
change all object types to interface
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import dbClient from 'db/client.ts';
|
||||
|
||||
type UserIdObj = {
|
||||
interface UserIdObj {
|
||||
userid: bigint;
|
||||
};
|
||||
}
|
||||
|
||||
// List of userIds who have requested that the bot ignore them
|
||||
export const ignoreList: Array<bigint> = [];
|
||||
|
||||
Reference in New Issue
Block a user