Merge pull request #234 from kevinji/patch-1

actions: Fix typo in description
This commit is contained in:
Max Robinson 2024-11-02 11:19:17 -05:00 committed by GitHub
commit 469d78eacc
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);