1
0

fix: change name of data

This commit is contained in:
オスカー、 2023-03-22 15:08:39 +00:00 committed by GitHub
parent 78bbe0a42d
commit 212e337721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
bot.py
View File

@ -45,7 +45,7 @@ async def _addConnection(inter: disnake.ApplicationCommandInteraction):
),
RoleMetadataRecord(
key="percentage",
name="Achievement Percentage",
name="Percent of Achievement",
description="% 이상의 도전 과제를 달성해야 합니다.",
type=RoleMetadataType.interger_greater_than_or_equal
),