We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dd0ac commit 9223bb9Copy full SHA for 9223bb9
1 file changed
src/bot/commands/redeem.ts
@@ -232,6 +232,9 @@ function getCodeStatusName(status: any): string {
232
233
function getChestTypeName(chestTypeId: number): string {
234
const chestTypes: { [key: number]: string } = {
235
+ 1: 'Silver Chest',
236
+ 2: 'Gold Chest',
237
+ 230: 'Modron Chest',
238
282: 'Electrum Chest',
239
};
240
return chestTypes[chestTypeId] || `Chest ${chestTypeId}`;
0 commit comments