fix: key error
This commit is contained in:
parent
576ea41d37
commit
afd100af27
2 changed files with 6 additions and 6 deletions
6
bot.py
6
bot.py
|
@ -28,19 +28,19 @@ async def _addConnection(inter: disnake.ApplicationCommandInteraction):
|
|||
await inter.response.defer(ephemeral=True)
|
||||
records = [
|
||||
RoleMetadataRecord(
|
||||
key="tutorial",
|
||||
key="honor_roll",
|
||||
name="Honor roll",
|
||||
description="튜토리얼 스테이지를 퍼펙트로 클리어해야 합니다.",
|
||||
type=RoleMetadataType.boolean_equal
|
||||
),
|
||||
RoleMetadataRecord(
|
||||
key="clear",
|
||||
key="new_day",
|
||||
name="New Day",
|
||||
description="모든 스테이지를 클리어해야 합니다.",
|
||||
type=RoleMetadataType.boolean_equal
|
||||
),
|
||||
RoleMetadataRecord(
|
||||
key="allperfect",
|
||||
key="go_to_bed",
|
||||
name="Go to bed",
|
||||
description="모든 스테이지를 퍼펙트로 클리어해야 합니다.",
|
||||
type=RoleMetadataType.boolean_equal
|
||||
|
|
Reference in a new issue