Skip to content

Commit

Permalink
Merge pull request #230 from idoneam/dev
Browse files Browse the repository at this point in the history
Release Burnside Basement Patch 3
  • Loading branch information
le-potate authored Dec 6, 2019
2 parents 5080ddd + 5501b39 commit 4bbdab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def boot(self, ctx, num: int = 2):
"""Draws a pyramid of boots, default is 3 unless user specifies
an integer number of levels of boots."""

num = max(min(num, 28), 1) # Above 28, the message cap is hit
num = max(min(num, 8), 1) # Above 8, herre gets angry

def booty(n, m):
return "{spaces}{boots}".format(spaces=" " * ((m - n) * 3),
Expand Down

0 comments on commit 4bbdab2

Please sign in to comment.