Skip to content

Commit

Permalink
small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyhunter2109 committed Apr 25, 2024
1 parent 735fd8d commit 83f3454
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Discord-Bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ async def on_ready():
TWWB = TWWB = 'N/A'
CataCB = CataCB = 'Live'
CataC = CataC = 'SoonTM'
CataCV = CataCV = 4.0
DFV = DFV = '10.2.6'
BOwner = BOwner = 'twitch.tv/shinyhunter2109'
LogUP = LogUP = 'Finished'
newdat = newdat = 8.0
Expand Down Expand Up @@ -407,7 +409,7 @@ async def warnings(ctx, member: discord.Member=None):


@client.command()
@commands.cooldown(1, 110, commands.BucketType.user)
@commands.cooldown(1, 190, commands.BucketType.user)
async def uptime(ctx):
delta_uptime = datetime.utcnow() - client.launch_time
hours, remainder = divmod(int(delta_uptime.total_seconds()), 3600)
Expand Down Expand Up @@ -444,6 +446,11 @@ async def SeasonUpdate(ctx):
await ctx.send(f'New Season Patches will come on these Dates: **{spring}** | **{summer}** | **{fall}** | **{winter}**')


@client.command()
async def SeasonInfo(ctx):
await ctx.send(f'The First Season {Season_1}')


# ================================================= Economy Section Start ============================================================== #


Expand Down

0 comments on commit 83f3454

Please sign in to comment.