We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在 WSA Discord 頻道中,輸入 /utopia leaderboard 時,Server 會依照所有人的等級、經驗值、賞金及其他屬性,根據公式總和上述屬性,排列分數,並將所有人的名次,依序以 10 筆為 1 頁,呈現名次結果至 WSA 頻道中,會用 Embed 內容格式呈現,並且可以翻頁查詢。
/utopia leaderboard
utopia leaderboard
輸入查詢排行榜指令
Given
資料庫有下列資料(12 筆)
When
Then
Output:
使用 Discord Embedded Message 印出以下訊息
[1] Jack Lv 10, EXP=5600, Bounty=999 [2] 張無忌 Lv 9, EXP=4500, Bounty=555 [3] Mily Lv 7, EXP=2912, Bounty=14000 [4] 咪五 Lv.6, EXP=2200, Bounty=120 [5] M1 Lv.6, EXP=2000, Bounty=100 [6] M2 Lv.6, EXP=1888, Bounty=10000 [7] self Lv 5, EXP=1870, Bounty=155 [8] 咪四 Lv.4, EXP=1200, Bounty=80 [9] Wally Lv 4, EXP=1100, Bounty=70 [10] fin Lv 4, EXP=1000, Bounty=1
實現 pagination 功能,Embedded Message 要有按鈕,可以按 上一頁 或 下一頁
按 下一頁 時,Embedded Message 印出以下訊息
[11] 阿瓜, 4, EXP=675, Bounty=0 [12] 咪六, 4, EXP=675, Bounty=0
示意圖
無
The text was updated successfully, but these errors were encountered:
w305jack
Wally5077
Mirai1129
Anri-Hsuan
No branches or pull requests
Slash Command Quest
任務描述
在 WSA Discord 頻道中,輸入
/utopia leaderboard
時,Server 會依照所有人的等級、經驗值、賞金及其他屬性,根據公式總和上述屬性,排列分數,並將所有人的名次,依序以 10 筆為 1 頁,呈現名次結果至 WSA 頻道中,會用 Embed 內容格式呈現,並且可以翻頁查詢。Slash Command 資訊
utopia leaderboard
測試步驟
輸入查詢排行榜指令
Given
資料庫有下列資料(12 筆)
When
/utopia leaderboard
Then
Output:
使用 Discord Embedded Message 印出以下訊息
實現 pagination 功能,Embedded Message 要有按鈕,可以按 上一頁 或 下一頁
按 下一頁 時,Embedded Message 印出以下訊息
示意圖
注意事項
無
The text was updated successfully, but these errors were encountered: