Add emphasis to what is stored in the database

This commit is contained in:
Essem 2020-05-15 14:28:58 -05:00 committed by GitHub
parent 78778e54d7
commit 80d871551b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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,8 +19,8 @@ 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).
Hopefully this document is clear enough to help understand what esmBot does and doesn't use. If you have any further questions, please contact me via the [esmBot Support](https://projectlounge.pw/support) server.
Hopefully this document is clear enough to help understand what esmBot does and doesn't use. If you have any further questions, please contact me via the [esmBot Support](https://projectlounge.pw/support) server.