mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
fix(util): remove guildId from Thread interface
This commit is contained in:
@@ -82,7 +82,6 @@ export interface Thread {
|
|||||||
locked: boolean;
|
locked: boolean;
|
||||||
ownerId: string;
|
ownerId: string;
|
||||||
botIsMember: boolean;
|
botIsMember: boolean;
|
||||||
guildId: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DiscordenoThread {
|
export interface DiscordenoThread {
|
||||||
|
|||||||
Reference in New Issue
Block a user