From 3fe4215095112410c28be1c58c03814ca8d9b3e2 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 17:27:25 +0100 Subject: [PATCH] modules/CommandDSARollDice.py --- modules/CommandDSARollDice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CommandDSARollDice.py b/modules/CommandDSARollDice.py index f8d7aa0..5cfdf2a 100644 --- a/modules/CommandDSARollDice.py +++ b/modules/CommandDSARollDice.py @@ -57,4 +57,4 @@ class CommandDSARollDice(AbstractCommand): ) return - request.cmd_respond_text_chan(msg) + request.respond_cmd_chan(msg) -- 2.43.0