From 2989a31b6ae5233c87d668a50ddce51ab53e40d7 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 27 Jan 2020 23:49:13 -0800 Subject: [PATCH] doc/FAQ.md: try a level 3 heading for questions --- doc/FAQ.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index f9897408..bc9a1c62 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -2,31 +2,31 @@ This is a work in progress. More questions coming soon! -* [How do I change my password?](#how-do-i-change-my-password) -* [How do I make PBot remember my `date` timezone?](#how-do-i-make-pbot-remember-my-date-timezone) -* [How do I make PBot remember my `weather` location?](#how-do-i-make-pbot-remember-my-weather-location) -* [How do I change the bot trigger?](#how-do-i-change-the-bot-trigger) + * [How do I change my password?](#how-do-i-change-my-password) + * [How do I make PBot remember my `date` timezone?](#how-do-i-make-pbot-remember-my-date-timezone) + * [How do I make PBot remember my `weather` location?](#how-do-i-make-pbot-remember-my-weather-location) + * [How do I change the bot trigger?](#how-do-i-change-the-bot-trigger) -## How do I change my password? +### How do I change my password? Use the [`my`](Commands.md#my) command to set the `password` user metadata for your user account. my password -## How do I make PBot remember my `date` timezone? +### How do I make PBot remember my `date` timezone? Use the [`my`](Commands.md#my) command to set the `timezone` user metadata for your user account. my timezone -## How do I make PBot remember my `weather` location? +### How do I make PBot remember my `weather` location? Use the [`my`](Commands.md#my) command to set the `location` user metadata for your user account. my location -## How do I change the bot trigger? +### How do I change the bot trigger? To change the default `!` trigger to a different character use the [`regset`](Registry.md#regset) command to change the `general.trigger` value.