From 6d80eb7de664ca3fdbb617aac7e954a5e8f25281 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Tue, 2 Apr 2024 13:54:26 +0200 Subject: [PATCH] Fix arg description of CONSOLE: --- docs/general/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/actions.md b/docs/general/actions.md index 42f17d4..1d0b8ca 100644 --- a/docs/general/actions.md +++ b/docs/general/actions.md @@ -49,7 +49,7 @@ These click types are used in the [`addaction` page command](commands/hologram-p > > Executes the specified command through the console. > -> - `#!command ` - The command to execute as the player. Supports Placeholders, including PlaceholderAPI. +> - `#!command ` - The command to execute as the console. Supports Placeholders, including PlaceholderAPI. ### `#!command CONNECT:` { #connect }