Created
January 21, 2022 12:58
-
-
Save iceking-1912/59f4f581e97034b85286abe682555b6f to your computer and use it in GitHub Desktop.
A Boit who will be live
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import discord | |
| TOKEN = "TOKEN" | |
| client = discord.Client() | |
| @client.event | |
| async def on_ready(): | |
| print("Bot is Now Online !!") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment