Add emphasis to what is stored in the database
This commit is contained in:
parent
78778e54d7
commit
80d871551b
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ esmBot uses the following user-related info:
|
|||
+ Permissions (for checking if a user has perms to run some commands)
|
||||
+ Whether the user is a bot (needed to prevent other bots from running commands)
|
||||
|
||||
Out of these, only user IDs are stored in the database, and they are used for checking the owner of a tag as well as storing a user's warnings.
|
||||
Out of these, **only user IDs are stored in the database**, and they are used for checking the owner of a tag as well as storing a user's warnings.
|
||||
|
||||
![Tags section in the database](https://projectlounge.pw/pictures/tags.png)
|
||||
|
||||
|
@ -19,7 +19,7 @@ esmBot uses the following guild-related info:
|
|||
+ Guild names (for embeds)
|
||||
+ Icons (embeds)
|
||||
|
||||
Out of these, only guild IDs are stored in the database for configuration info and storing warns, disabled channels, prefixes, and tags.
|
||||
Out of these, **only guild IDs are stored in the database** for configuration info and storing warns, disabled channels, prefixes, and tags.
|
||||
|
||||
The stored info is stored in the database forever; however, I do intend to change this in the future. If you want this data removed, you can DM me on Discord (Essem#9261) or email me at [data@essem.space](mailto:data@essem.space).
|
||||
|
||||
|
|
Loading…
Reference in a new issue