From 88718cdfe19bfe4105d4c6847638652c8430bd0d Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Mon, 27 Sep 2021 09:50:07 -0700 Subject: [PATCH] [TrickOrTreat] Minor docstring update --- trickortreat/trickortreat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trickortreat/trickortreat.py b/trickortreat/trickortreat.py index f255aed..73bbe59 100644 --- a/trickortreat/trickortreat.py +++ b/trickortreat/trickortreat.py @@ -199,7 +199,7 @@ class TrickOrTreat(commands.Cog): @checks.mod_or_permissions(administrator=True) @commands.command() async def totbalance(self, ctx): - """Check how many candies are 'on the ground' in the guild.""" + """[Admin] Check how many candies are 'on the ground' in the guild.""" pick = await self.config.guild(ctx.guild).pick() await ctx.send(f"The guild is currently holding: {pick} \N{CANDY}")