From 0a7f2793a1bf594dec8a74d46fb0e3e7e1a8dc62 Mon Sep 17 00:00:00 2001 From: astieman Date: Sat, 16 Feb 2019 11:39:47 -0700 Subject: 3rd code review. Added docstring. --- bot/seasons/evergreen/fun.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot') diff --git a/bot/seasons/evergreen/fun.py b/bot/seasons/evergreen/fun.py index b531e82f..afe37b75 100644 --- a/bot/seasons/evergreen/fun.py +++ b/bot/seasons/evergreen/fun.py @@ -16,6 +16,9 @@ class Fun: @commands.command() async def roll(self, ctx, num_rolls: int = 1): + """ + Outputs a number of random dice emotes (up to 6) + """ output = "" if num_rolls > 6: num_rolls = 6 -- cgit v1.2.3