fix(util): remove guildId from Thread interface

This commit is contained in:
ayntee
2021-07-07 17:48:31 +04:00
committed by GitHub
parent 22b9ba1f7c
commit 1a0683a648
@@ -82,7 +82,6 @@ export interface Thread {
locked: boolean;
ownerId: string;
botIsMember: boolean;
guildId: string;
}
export interface DiscordenoThread {