From bae343badb3015808b1de376a099b4ee5e77c31c Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 3 Dec 2020 14:10:10 -0500 Subject: [PATCH] Regenerate docs with new .. warning code --- docs/cog_guides/core.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/cog_guides/core.rst b/docs/cog_guides/core.rst index d2f2c6d21..71bfc6add 100644 --- a/docs/cog_guides/core.rst +++ b/docs/cog_guides/core.rst @@ -1125,6 +1125,8 @@ Shows Red's invite url. This will always send the invite to DMs to keep it private. +This command is locked to the owner unless ``[p]inviteset public`` is set to True. + .. _core-command-inviteset: ^^^^^^^^^ @@ -2546,8 +2548,8 @@ Sends to the owner the last command exception that has occurred. If public (yes is specified), it will be sent to the chat instead. -Warning: Sending the traceback publicly can accidentally reveal -sensitive information about your computer or configuration. +.. warning:: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration. + Examples: - ``[p]traceback`` - Sends the traceback to your DMs.