mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-22 06:02:07 +02:00
actions: Fix typo in description
This commit is contained in:
parent
d9ca3ec061
commit
e6afe2cfec
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue