diff --git a/commands.py b/commands.py index 8765b4c..0600ff6 100755 --- a/commands.py +++ b/commands.py @@ -165,7 +165,7 @@ def cmd_roll(client, msg): modifier = -modifier # limit ranges - numdice = clamp(numdice, 1, 10) + numdice = clamp(numdice, 1, 100) diceval = clamp(diceval, 1, 1000) # roll and sum dice diff --git a/requirements.txt b/requirements.txt index 93201a8..78ed029 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ discord.py==0.15.1 -requests==2.4.3 +requests>=2.20.0