mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
fix typo
This commit is contained in:
parent
7e6eaa7627
commit
9c5515ca9f
@ -74,7 +74,7 @@ type (
|
||||
RoleId uint64
|
||||
RoleName string
|
||||
ArgbColor uint32
|
||||
Indepedent bool
|
||||
Independent bool
|
||||
Num int32
|
||||
Owned bool
|
||||
Disabled bool
|
||||
@ -314,7 +314,7 @@ func (s *GuildService) GetGuildRoles(guildId uint64) ([]*GuildRole, error) {
|
||||
RoleId: role.GetRoleId(),
|
||||
RoleName: role.GetName(),
|
||||
ArgbColor: role.GetArgbColor(),
|
||||
Indepedent: role.GetIndependent() == 1,
|
||||
Independent: role.GetIndependent() == 1,
|
||||
Num: role.GetNum(),
|
||||
Owned: role.GetOwned() == 1,
|
||||
Disabled: role.GetDisabled() == 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user