From 2e6db955745cb9503a7394ad31d7934b12711a0d Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 22 Oct 2018 14:23:09 +0100 Subject: Copypaste fail in modules/coins.py, 'row' -> 'i' --- modules/coins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/coins.py b/modules/coins.py index a9bdefde..516a54cf 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -503,7 +503,7 @@ class Module(ModuleManager.BaseModule): target_user.nickname)) def _double_street(self, i): - return (row*3)-2, (row*3)+3 + return (i*3)-2, (i*3)+3 @utils.hook("received.command.roulette", min_args=2, authenticated=True) def roulette(self, event): -- cgit v1.3.1-10-gc9f91