From 55a544b760a18a84e5934f4153de179e1a72e0df Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Wed, 26 Aug 2020 10:07:16 +0200 Subject: Frames and Framerate have default values --- cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs') diff --git a/cogs/utils.py b/cogs/utils.py index c512da2..477f3be 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -385,7 +385,7 @@ class Utils(commands.Cog): await ctx.send(f"```List of custom commands:\n{output}```") @commands.command() - async def retime(self, ctx, start_sec, end_sec, frames, framerate): + async def retime(self, ctx, start_sec, end_sec, frames=0, framerate=30): """Retimes a run using the start/end timestamps, leftover frames, and framerate""" if start_sec.count(':') == 2: start_sec = sum( -- cgit v1.2.3 From bfd239eb255c27275db4c73e66387da70922e1f8 Mon Sep 17 00:00:00 2001 From: Skycloudd <51929172+Skycloudd@users.noreply.github.com> Date: Thu, 27 Aug 2020 12:35:08 +0200 Subject: fixed capitalisation --- cogs/src.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs') diff --git a/cogs/src.py b/cogs/src.py index a0c5f9e..74390e6 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -206,7 +206,7 @@ async def pendingRuns(self, ctx): embed_stats = discord.Embed( title='Pending Run Stats', description= - f"Full Game Runs: {mcbe_runs}\nIndividual Level Runs: {mcbeil_runs}\nCategory Extension Runs: {mcbece_runs}\nTotal runs: {mcbe_runs+mcbeil_runs+mcbece_runs}", + f"Full Game Runs: {mcbe_runs}\nIndividual Level Runs: {mcbeil_runs}\nCategory Extension Runs: {mcbece_runs}\nTotal Runs: {mcbe_runs+mcbeil_runs+mcbece_runs}", color=0x000000) await self.bot.get_channel( int(self.bot.config[str(ctx.message.guild.id)]["pending_channel"]) -- cgit v1.2.3 From 60917055c17ceeaa441e78c15fd66057ce5d3f7b Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Thu, 27 Aug 2020 14:41:53 +0200 Subject: Update utils.py --- cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs') diff --git a/cogs/utils.py b/cogs/utils.py index 477f3be..23e789b 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -103,7 +103,7 @@ class Utils(commands.Cog): # Don't ask rigged_findseed = { - 280428276810383370: 12, # Thomas's User ID + 280428276810383370: 7, # Thomas's User ID 199070670221475842: -1, # Kai's User ID 615658069132836865: -12 # What a fraud! They didn't use their real name. -- cgit v1.2.3 From d16faf4f4c5248c909886c7a514769263a30bdde Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Thu, 27 Aug 2020 14:43:45 +0200 Subject: Update utils.py --- cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs') diff --git a/cogs/utils.py b/cogs/utils.py index 23e789b..477f3be 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -103,7 +103,7 @@ class Utils(commands.Cog): # Don't ask rigged_findseed = { - 280428276810383370: 7, # Thomas's User ID + 280428276810383370: 12, # Thomas's User ID 199070670221475842: -1, # Kai's User ID 615658069132836865: -12 # What a fraud! They didn't use their real name. -- cgit v1.2.3