diff --git a/src/agent/commands/actions.js b/src/agent/commands/actions.js index a80ad29..7938d5e 100644 --- a/src/agent/commands/actions.js +++ b/src/agent/commands/actions.js @@ -265,7 +265,7 @@ export const actionsList = [ }, { name: '!clearFurnace', - description: 'Tak all items out of the nearest furnace.', + description: 'Take all items out of the nearest furnace.', params: { }, perform: wrapExecution(async (agent) => { await skills.clearNearestFurnace(agent.bot);