Skip to content

Commit

Permalink
Update Discord-Bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyhunter2109 committed Apr 27, 2024
1 parent b41690b commit 581b401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Discord-Bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def on_ready():
prefix = setprefix()
change_status.start()
print('Welcome back: ' + client.user.name + '\n')
print(f'This Modular is made for {OS10} & {OS11}')
print(f'This Modular is only made for {OS10} & {OS11}')
print(f'Log_Update: {LogUP}')
print(f'Bot Version: {UV}')

Expand Down Expand Up @@ -264,6 +264,8 @@ async def on_ready():
BNS_2 = BNS_2 = 'OFF'
STS_1 = STS_1 = 'ON'
STS_2 = STS_2 = 'OFF'
EAS_1 = EAS_1 = 'ON'
EAS_2 = EAS_2 = 'OFF'

# ======================== VALUES ========================================== # # Most of this will be used later #
NBV = NBV = 8.0
Expand Down

0 comments on commit 581b401

Please sign in to comment.