0
0
Fork 0

fix: we don't need complete

This commit is contained in:
하누 2023-03-26 03:30:09 +00:00 committed by GitHub
parent 33fd438f33
commit f81819eba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 12 deletions

16
bot.py
View file

@ -33,10 +33,10 @@ async def _addConnection(inter: disnake.ApplicationCommandInteraction):
description="Perfect the tutorial",
type=RoleMetadataType.boolean_equal,
name_localizations={
"ko": ""
"ko": "우등생"
},
description_localizations={
"ko": ""
"ko": "튜토리얼 스테이지를 퍼펙트로 클리어해야 합니다."
}
),
RoleMetadataRecord(
@ -45,10 +45,10 @@ async def _addConnection(inter: disnake.ApplicationCommandInteraction):
description="Get through the morning",
type=RoleMetadataType.boolean_equal,
name_localizations={
"ko": ""
"ko": "밝아오는 새로운 아침"
},
description_localizations={
"ko": ""
"ko": "모든 스테이지를 클리어해야 합니다."
}
),
RoleMetadataRecord(
@ -57,10 +57,10 @@ async def _addConnection(inter: disnake.ApplicationCommandInteraction):
description="Get all perfect scores",
type=RoleMetadataType.boolean_equal,
name_localizations={
"ko": ""
"ko": "자러 갈 시간"
},
description_localizations={
"ko": ""
"ko": "모든 스테이지를 퍼펙트로 클리어해야 합니다."
}
),
RoleMetadataRecord(
@ -69,10 +69,10 @@ async def _addConnection(inter: disnake.ApplicationCommandInteraction):
description="% of cleared achievements",
type=RoleMetadataType.interger_greater_than_or_equal,
name_localizations={
"ko": ""
"ko": "% 도전 과제 달성률"
},
description_localizations={
"ko": ""
"ko": "%의 도전 과제를 달성해야 합니다."
}
)
]