refactor: move updateNavbar() into ./utils function
This commit is contained in:
parent
3ac8595af6
commit
19c562f460
5 changed files with 42 additions and 22 deletions
|
@ -137,3 +137,9 @@ export interface NavbarInterface {
|
|||
guildUuid?: string
|
||||
}
|
||||
|
||||
export interface NavbarOptions {
|
||||
guild?: GuildResponse
|
||||
channel?: ChannelResponse
|
||||
isDirectMessages?: boolean
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue