Source changes and VERBUMP

pull/3/head
Kamal Curi 3 years ago
parent a63f8c9456
commit 9d5be634bb

@ -5,7 +5,7 @@
█ ▄ █ ▄▄▄█ ▄▄▄█ ▄ ██ █▄▄▄█ ▄▄▄█
█ █ █ █ █▄▄▄█ █▄▄▄█ █▄█ █ █ █▄▄▄
█▄█ █▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█
Neeble version: 2022.08.19
Neeble version: 2022.08.20
You can help the development of neeble in
https://github.com/KevinCaires/neeble
Thank you!

@ -148,7 +148,7 @@ async def quote_count(bot: object) -> str:
"""
Outputs a quote count from the database
"""
# For len(amount) to work, first it needs to be converted into str
amount = count_quotes()
amount = str(amount)

Loading…
Cancel
Save