actions: Fix typo in description

This commit is contained in:
Kevin Ji 2024-10-24 12:53:16 -07:00 committed by GitHub
parent d9ca3ec061
commit e6afe2cfec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -265,7 +265,7 @@ export const actionsList = [
}, },
{ {
name: '!clearFurnace', name: '!clearFurnace',
description: 'Tak all items out of the nearest furnace.', description: 'Take all items out of the nearest furnace.',
params: { }, params: { },
perform: wrapExecution(async (agent) => { perform: wrapExecution(async (agent) => {
await skills.clearNearestFurnace(agent.bot); await skills.clearNearestFurnace(agent.bot);