author | Jordan Doyle <jordan@doyle.la> | 2019-05-06 20:48:56.0 +01:00:00 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-06 20:48:56.0 +01:00:00 |
commit | e3b22781b63a50c92fc3e93dcbdc27d927456fc6 [patch] |
|
tree | e7aa6f27075b5038baf71adb9dff6db61b4d1e6b |
|
parent | 0ea37854d146a077657b6a5b4aec05bd69e30c38 |
|
download | e3b22781b63a50c92fc3e93dcbdc27d927456fc6.tar.gz |
fix syntax
Diff
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 +++ a/dave/modules/quote.py @@ -19,7 +19,7 @@ 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))