mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 05:49:27 +01:00
doc/FAQ.md: try a level 3 heading for questions
This commit is contained in:
parent
0820ee2160
commit
2989a31b6a
16
doc/FAQ.md
16
doc/FAQ.md
@ -2,31 +2,31 @@
|
|||||||
This is a work in progress. More questions coming soon!
|
This is a work in progress. More questions coming soon!
|
||||||
|
|
||||||
<!-- md-toc-begin -->
|
<!-- md-toc-begin -->
|
||||||
* [How do I change my password?](#how-do-i-change-my-password)
|
* [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 `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 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 the bot trigger?](#how-do-i-change-the-bot-trigger)
|
||||||
<!-- md-toc-end -->
|
<!-- md-toc-end -->
|
||||||
|
|
||||||
## 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
|
Use the [`my`](Commands.md#my) command to set the `password` user metadata for your
|
||||||
user account.
|
user account.
|
||||||
|
|
||||||
my password <your password>
|
my password <your 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
|
Use the [`my`](Commands.md#my) command to set the `timezone` user metadata for your
|
||||||
user account.
|
user account.
|
||||||
|
|
||||||
my timezone <your timezone>
|
my timezone <your 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
|
Use the [`my`](Commands.md#my) command to set the `location` user metadata for your
|
||||||
user account.
|
user account.
|
||||||
|
|
||||||
my location <your location>
|
my location <your 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)
|
To change the default `!` trigger to a different character use the [`regset`](Registry.md#regset)
|
||||||
command to change the `general.trigger` value.
|
command to change the `general.trigger` value.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user