From e3b22781b63a50c92fc3e93dcbdc27d927456fc6 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Mon, 6 May 2019 20:48:56 +0100 Subject: [PATCH] fix syntax --- dave/modules/quote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dave/modules/quote.py b/dave/modules/quote.py index b93ab84..e436dd9 100644 --- a/dave/modules/quote.py +++ b/dave/modules/quote.py @@ -19,7 +19,7 @@ def add_quote(bot, args, sender, source): dave.config.session.add(quote) bot.reply(source, sender, assembleFormattedText( - A.normal["Successfully added quote: ", A.bold[args[0]])) + A.normal["Successfully added quote: ", A.bold[args[0]]])) bot.msg(sender, "You can remove this quote later using \"dave dq {}\"".format( generated_uuid)) -- libgit2 1.7.2