diff --git a/src/app/modules/header.module.tsx b/src/app/modules/header.module.tsx index 526598e..6b1a3ee 100644 --- a/src/app/modules/header.module.tsx +++ b/src/app/modules/header.module.tsx @@ -19,7 +19,8 @@ export interface Query { discordID: number; joined_at: Date; banner_color: string; - has_unreaded_notifications: Boolean + has_unreaded_notifications: Boolean, + permissions: string[] } const Header = (): JSX.Element => {