Skip to content

Commit

Permalink
V. 8.0.1 Changes
Browse files Browse the repository at this point in the history
- small adjustments to enviroment
  • Loading branch information
Shinyhunter2109 committed Apr 25, 2024
1 parent 7b0cf2b commit 435f572
Showing 1 changed file with 33 additions and 19 deletions.
52 changes: 33 additions & 19 deletions Discord-Bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ async def on_ready():

# =============================================================================== #

Downtime = Downtime = 10
DownDate = DownDate = '01/09/23'
Downtime = Downtime = 2
DownDate = DownDate = '01/05/24'
Version = Version = 8.0
LogVer = LogVer = 2.8
Extension = Extension = 'Loaded'
Expand All @@ -136,9 +136,11 @@ async def on_ready():
Server_Status2 = Server_Status2 = 'Offline'
Server_Status3 = Server_Status3 = 'Maintenance'
Server_Status4 = Server_Status4 = 'Closed'
Server_Status5 = Server_Status5 = 'N/A'
Server_Status5 = Server_Status5 = 'No Connection to Host'
TWWA = TWWA = 'Live'
TWWB = TWWB = 'N/A'
CataCB = CataCB = 'Live'
CataC = CataC = 'SoonTM'
BOwner = BOwner = 'twitch.tv/shinyhunter2109'
LogUP = LogUP = 'Finished'
newdat = newdat = 8.0
Expand All @@ -151,7 +153,7 @@ async def on_ready():
Uploader = Uploader = 'Shinyhunter2109'
counter = data.count(item)
PR = PR = '8.0'
NPR = NPR = '8.0.1'
NPR = NPR = '8.1.0'
SDowntime = SDowntime = 9
PRDate = PRDate = '2nd September'
PRUploader = PRUploader = 'ShinyhunterTV'
Expand All @@ -161,7 +163,7 @@ async def on_ready():
DevUpload = DevUpload = 'Shinyhunter'
DevDate = DevDate = '2nd June'
BDSP = BDSP = 1.3
SV = SV = 3.2
SV = SV = 3.0

# ======================== Pokemon Move Preset =============================== #

Expand All @@ -170,7 +172,7 @@ async def on_ready():
IVs = IVs = '31|31|31|31|31|31'
EVs = EVs = '252|252|8'

# ============================================================================= #
# ============================ Console Region Information ================================================= #

ConRegion1 = ConRegion1 = 'Europe'
ConRegion2 = ConRegion2 = 'US'
Expand All @@ -190,7 +192,7 @@ async def on_ready():
Ball9 = Ball9 = 'Repeat Ball'
Ball10 = Ball10 = 'Cherrish Ball'

# ============================== Experimental ========================================================= #
# ============================== Abilities & Stuff ========================================================= #

Ability2 = Ability2 = 'Hidden'
Ability1 = Ability1 = 'Normal'
Expand All @@ -202,12 +204,8 @@ async def on_ready():
Origin = Origin = f'{PMP}'
DSRegion = DSRegion = f'{PMP}'
ConsoleReg = ConsoleReg =f'{ConRegion1}'
IsConsoleBanned = IsConsoleBanned = f'{PMP}'
Nintendo_Network_3ds = Nintendo_Network_3ds = 'Server Offline'
Nintendo_Switch_Network = Nintendo_Switch_Network = 'Server Online'
CFW_Server_Status = CFW_Server_Status = f'{PMP}'

# ================================================================
# =================== Abomasnow Moveset ============================================= #

Abomasnow_EVS = Abomasnow_EVS = '92 HP / 252 SpA / 164 Spe'
AbomasnowAbil = AbomasnowAbil = 'Soundproof'
Expand All @@ -216,7 +214,7 @@ async def on_ready():
AbomasnowItem = AbomasnowItem = 'Abomasite'
AbomasnowLevel = AbomasnowLevel = '100'

# ===============================================================
# =============================================================== #

Abra_EVS = Abra_EVS = 'N/A'
AbraAbil = AbraAbil = 'N/A'
Expand All @@ -234,9 +232,10 @@ async def on_ready():
# ================================ Seasons ================================== #


Season_1 = Season_1 = 'Launches on Sep 2nd'
Season_2 = Season_2 = 'N/A'
Season_1 = Season_1 = 'Launches on Sep 2nd 2024'
Season_2 = Season_2 = '2025'
Season_3 = Season_3 = 'N/A'
Season_4 = Season_4 = 'N/A'

Season_Reset = SeasonUpdate = 'The Old Season is Gone and the New Season has Started'
SeasonUpdate_Revoke = SeasonError = 'Error retrieving Seasonal Information !'
Expand All @@ -248,7 +247,23 @@ async def on_ready():
Season_1 = Season_1 = S_enable
Season_2 = Season_2 = SeasonClose

# ======================== VALUES ========================================== # # Mostly will be used later #
# ============================ Network Information =================================================================== #

IsConsoleBanned = IsConsoleBanned = f'{PMP}'
Nintendo_Network_3ds = Nintendo_Network_3ds = 'Server Offline'
Nintendo_Switch_Network = Nintendo_Switch_Network = 'Server Online'
CFW_Server_Status = CFW_Server_Status = f'{PMP}'
Steam_Server_Status = Steam_Server_Status = 'Online'
Battle_Net_Status = Battle_Net_Status = 'Online'

# ======================================================== Serrver Status Switch ========================================#

BNS_1 = BNS_1 = 'ON'
BNS_2 = BNS_2 = 'OFF'
STS_1 = STS_1 = 'ON'
STS_2 = STS_2 = 'OFF'

# ======================== VALUES ========================================== # # Most of this will be used later #
NBV = NBV = 8.0
OBV = OBV = 7.6
ODV = ODV = 8.1
Expand Down Expand Up @@ -429,7 +444,7 @@ async def SeasonUpdate(ctx):
await ctx.send(f'New Season Patches will come on these Dates: **{spring}** | **{summer}** | **{fall}** | **{winter}**')


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


@client.command()
Expand Down Expand Up @@ -916,7 +931,6 @@ async def meme(ctx, subred="memes"):
await msg.edit(content=f'<https://reddit.com/r/{subreddit}/> :white_check_mark:')
return

# Note: Meme Command will be available 2023 !

@client.command()
@commands.cooldown(1, 18000, commands.BucketType.user)
Expand Down Expand Up @@ -2460,4 +2474,4 @@ async def on_member_join(member):
async def on_member_remove(member):
print(f'{member} has left the server.')

client.run(TOKEN)
client.run(TOKEN)

0 comments on commit 435f572

Please sign in to comment.