diff --git a/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts b/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts index 61aa2b158a..b5d7d864f2 100644 --- a/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts +++ b/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts @@ -22,6 +22,12 @@ interface AutoslayLink { } const AutoSlayMaxEfficiencyTable: AutoslayLink[] = [ + { + monsterID: Monsters.Araxyte.id, + efficientName: Monsters.Araxyte.name, + efficientMonster: Monsters.Araxyte.id, + efficientMethod: ['barrage', 'cannon'] + }, { monsterID: Monsters.Jelly.id, efficientName: Monsters.WarpedJelly.name,