From 2af19fa8fee9352816c75f6162b86818963b064c Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 4 Feb 2025 18:00:30 -0800 Subject: [PATCH] getting_started: mention that only owners can load plugins --- use/getting_started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/use/getting_started.rst b/use/getting_started.rst index 1de24cc..1cacc2e 100644 --- a/use/getting_started.rst +++ b/use/getting_started.rst @@ -197,7 +197,7 @@ Loading Plugins =============== .. note:: - To load plugins, you first need to be :ref:`logged in the the bot `. + To load plugins, you first need to be :ref:`logged in to the bot as an owner user `. Loading plugins is done with the ``load`` command:: @@ -233,7 +233,7 @@ help [] [] The brackets mean the argument they wrap is **optional**. So, the fellowing commands are correct:: - + help help PluginName help PluginName CommandName @@ -246,7 +246,7 @@ ping takes no arguments join [] This is the help for :ref:`command-admin-join`. - + It requires a channel name, and the channel key is optional. This two commands are ok::