Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- global enabled
- enabled = 1
- #Wakes up the Discord Bot
- @client.event
- async def on_ready():
- print('We have logged in as {0.user}'.format(client))
- if enabled != 0:
- Cuteling = 952800048528388166
- Tankling = 962565503681982494
- Zoomling = 962565864421478430
- BotTest = 880305786868351017
- cChannel = client.get_channel(Cuteling)
- tChannel = client.get_channel(Tankling)
- zChannel = client.get_channel(Zoomling)
- bChannel = client.get_channel(BotTest)
- print('Enabled')
- await bChannel.edit(name='ButThisWorksWhy')
- #cChannel = client.get_channel(952800048528388166)
- await cChannel.edit(name=f"Yesterday's: {mutator[i-1]}")
- print("Cuteling")
- #tChannel = client.get_channel(962565503681982494)
- await tChannel.edit(name=f"Today's: {mutator[i]}")
- print("Tankling")
- #zChannel = client.get_channel(962565864421478430)
- await zChannel.edit(name=f"Tomorrow's: {mutator[i+1]}")
- print("Zoomling")
- print("No Errors")
- if enabled == 0:
- Cuteling = 952800048528388166
- Tankling = 962565503681982494
- Zoomling = 962565864421478430
- BotTest = 880305786868351017
- cChannel = client.get_channel(Cuteling)
- tChannel = client.get_channel(Tankling)
- zChannel = client.get_channel(Zoomling)
- bChannel = client.get_channel(BotTest)
- print('Disabled')
- await bChannel.edit(name='WhyNoWorky')
- #cChannel = client.get_channel(952800048528388166)
- await cChannel.edit(name=f"Cuteling Voice")
- print("Cuteling")
- #tChannel = client.get_channel(962565503681982494)
- await tChannel.edit(name=f"Tankling Voice")
- print("Tankling")
- #zChannel = client.get_channel(962565864421478430)
- await zChannel.edit(name=f"Zoomling Voice")
- print("Zoomling")
- print("No Errors")
Advertisement
Add Comment
Please, Sign In to add comment