mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[Docs] Add missing descriptions for function returns (#3054)
* docs: add missing descriptions for function returns * chore(changelog): add towncrier entry
This commit is contained in:
@@ -214,6 +214,7 @@ def storage_type() -> str:
|
||||
Returns
|
||||
-------
|
||||
str
|
||||
Storage type.
|
||||
"""
|
||||
try:
|
||||
return basic_config["STORAGE_TYPE"]
|
||||
@@ -229,5 +230,6 @@ def storage_details() -> dict:
|
||||
Returns
|
||||
-------
|
||||
dict
|
||||
Storage details.
|
||||
"""
|
||||
return basic_config.get("STORAGE_DETAILS", {})
|
||||
|
||||
Reference in New Issue
Block a user