From 39c313bd64d79a5b22b21e5ecd66a3394b5014d3 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 16 Nov 2018 17:43:05 +0000 Subject: we need strings! --- modules/dice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dice.py') diff --git a/modules/dice.py b/modules/dice.py index 10ef3451..42d048cf 100644 --- a/modules/dice.py +++ b/modules/dice.py @@ -35,4 +35,4 @@ class Module(ModuleManager.BaseModule): if len(results) > 1: total = " (total: %d)" % total_n event["stdout"].write("Rolled %s and got %s%s" % ( - str_roll, ", ".join(results), total)) + str_roll, ", ".join(str(r) for r in results), total)) -- cgit v1.3.1-10-gc9f91