typo: fixed unexpected char

This commit is contained in:
wonderlandpark 2021-03-26 14:16:19 +09:00
parent 0ec515b8d3
commit 907370fbe4

View File

@ -254,7 +254,7 @@ export const ErrorText = {
export const GuildPermissions = { export const GuildPermissions = {
general: [ general: [
{ {
name: '채널 보기', name: '채널 보기',
flag: 0x00000400 flag: 0x00000400
}, },
{ {
@ -273,7 +273,7 @@ export const GuildPermissions = {
twofactor: true twofactor: true
}, },
{ {
name: '감사 로그 보기', name: '감사 로그 보기',
flag: 0x00000080 flag: 0x00000080
}, },
{ {