Skip to content

Commit 0b81566

Browse files
committed
Update Kalpalata Lotus guide
Add Ruin Drakes and Eremites guides
1 parent 081513a commit 0b81566

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

src/commands/admin/ready.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ export default class ReadyCommand extends Command {
4343
Logger.info(`Readying ${channel.id} (${name}) for ${id} in ${channel.guildId} (${channel.guild.name})`)
4444

4545
await channel.setName(`[READY] ${name}`)
46-
await channel.send(`${(await client.users.fetch("127393188729192448"))} this thread is ready.`)
46+
await channel.send({
47+
content: `${(await client.users.fetch("127393188729192448"))} this thread is ready.`,
48+
allowedMentions: {
49+
users: ["127393188729192448"]
50+
}
51+
})
4752
}
4853
}

src/commands/admin/testguide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default class TestGuideCommand extends Command {
2828

2929
async runInteraction(source: CommandInteraction): Promise<SendMessage | undefined> {
3030
const { options } = source
31-
return this.run(source, options.getString("guide", true))
31+
return this.run(source, options.getString("data", true))
3232
}
3333

3434
async runMessage(source: Message, args: string[]): Promise<SendMessage | undefined> {

src/data/guides.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
{
270270
"name": "Kalpalata Lotus route",
271271
"desc": "**Kalpalata Lotus ${Kalpalata Lotus}** can found in the mountains of Sumeru and are being sold by [**Aramani**](https://cdn.discordapp.com/attachments/1015767194447130644/1016714232861040680/Aramani.png) (up to 5 per 3 days)..\n\n> Flowers from vines that grow on cliff sides. It is called a lotus only because it has a similar appearance to one. Aside from that, it bears no other similar properties to the lotus.",
272-
"img": "https://cdn.discordapp.com/attachments/1016421596057051350/1016421658619281479/KalpalataLotus.png",
272+
"img": "https://cdn.discordapp.com/attachments/1016421596057051350/1018206323642482688/KalpalataLotus.png",
273273
"credits": "Soul",
274274
"links": {
275275
"material": ["Kalpalata Lotus"]
@@ -413,6 +413,16 @@
413413
"enemy": ["Floating Hydro Fungus"],
414414
"material": ["Fungal Spores", "Luminescent Pollen", "Crystalline Cyst Dust"]
415415
}
416+
},
417+
{
418+
"name": "Eremites route (Faded Red Satin, Trimmed Red Silk and Rich Red Brocade): Enkanomiya",
419+
"desc": "**Eremites ${Eremite Axe Vanguard}, ${Eremite Crossbow}, ${Eremite Ravenbeak Halberdier}, ${Eremite Linebreaker}, ${Eremite Sword-Dancer}, ${Eremite Desert Clearwater}, ${Eremite Sunfrost}, ${Eremite Daythunder}** are Common Enemies found in Sumeru. They drop **Faded Red Satin ${Faded Red Satin}**, **Trimmed Red Silk ${Trimmed Red Silk}** and **Rich Red Brocade ${Rich Red Brocade}**.",
420+
"img": "https://cdn.discordapp.com/attachments/1018572132260794459/1018572681379065856/EremiteRoute.png",
421+
"credits": "Soul",
422+
"links": {
423+
"enemy": ["Eremite Axe Vanguard", "Eremite Crossbow", "Eremite Ravenbeak Halberdier", "Eremite Linebreaker", "Eremite Sword-Dancer", "Eremite Desert Clearwater", "Eremite Sunfrost", "Eremite Daythunder"],
424+
"material": ["Faded Red Satin", "Trimmed Red Silk", "Rich Red Brocade"]
425+
}
416426
}
417427
]
418428
},
@@ -449,6 +459,16 @@
449459
"material": ["Chaos Gear", "Chaos Axis", "Chaos Oculus"]
450460
}
451461
},
462+
{
463+
"name": "Ruin Drake route (Chaos Storage, Module and Bolt)",
464+
"desc": "**Ruin Drakes ${Ruin Drake: Earthguard}${Ruin Drake: Skywatch}** are Elite Enemies found in Sumeru. They are Automatons and drop **Chaos Storage ${Chaos Storage}**, **Chaos Module ${Chaos Module}** and **Chaos Bolt ${Chaos Bolt}**.",
465+
"img": "https://cdn.discordapp.com/attachments/1016891273770176582/1018297123369926756/Ruin_Drakes.png",
466+
"credits": "Soul",
467+
"links": {
468+
"enemy": ["Ruin Drake: Earthguard", "Ruin Drake: Skywatch"],
469+
"material": ["Chaos Storage", "Chaos Module", "Chaos Bolt"]
470+
}
471+
},
452472
{
453473
"name": "Fatui Pyro Agent route (Knives and Insignia)",
454474
"desc": "**Fatui Pyro Agents ${Fatui Pyro Agent}** are Elite Enemies found in Liyue and Inazuma. They are members of the Fatui and drop **Hunter's Sacrificial Knife ${Hunter's Sacrificial Knife}**, **Agent's Sacrificial Knife ${Agent's Sacrificial Knife}**, **Inspector's Sacrificial Knife ${Inspector's Sacrificial Knife}**, **Recruit's Insignia ${Recruit's Insignia}**, **Sergeant's Insignia ${Sergeant's Insignia}** and **Lieutenant's Insignia ${Lieutenant's Insignia}**.",

0 commit comments

Comments
 (0)