Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Version 1.3 Pre-Release Commit
Browse files Browse the repository at this point in the history
Signed-off-by: dssecret <dsstudios.spam@gmail.com>
  • Loading branch information
dssecret committed Jan 31, 2021
1 parent 19c92a6 commit 2e80669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def version(ctx):

embed = discord.Embed()
embed.title = "Version"
embed.description = "v1.3 In-Dev"
embed.description = "v1.3 Pre-Release 1"
await ctx.send(embed=embed)


Expand Down
2 changes: 1 addition & 1 deletion admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ async def runnoob(self, ctx):
await message.edit(embed=embed)
log(f'The noob function ran for {time.time() - start} seconds.', self.log_file)

@tasks.loop(hours=24)
@tasks.loop(hours=12)
async def noob(self):
start = time.time()

Expand Down

0 comments on commit 2e80669

Please sign in to comment.