Minor fix when /rolling from an old inline keyboard

This commit is contained in:
Simone Baracchi 2019-03-19 19:53:42 +01:00
parent b58530e8c3
commit 695b6cb3d5
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ def roll(handler):
gameid = handler.group.gameid
groupid = handler.group.groupid
sender_id = handler.sender_id
args = handler.args
args = handler.args if handler.args is not None else []
command = handler.command
if len(args) < 2: