From 9d5be634bbbe7b3dfe60203c817375a3861fdfaf Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Fri, 19 Aug 2022 23:38:27 -0300 Subject: [PATCH] Source changes and VERBUMP --- motd | 2 +- utils/commands.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/motd b/motd index f8acf0c..abcd8da 100644 --- a/motd +++ b/motd @@ -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! \ No newline at end of file diff --git a/utils/commands.py b/utils/commands.py index 3089dcc..506cc25 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -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)