Code:
`import discord
import os
from dotenv import load_dotenv
load_dotenv()
TOKEN = os.getenv('TOKEN')
client = discord.Client(intents= discord.Intents.default())Output: [2024-10-21 11:28:26] [INFO ] discord.client: logging in using static token
[2024-10-21 11:28:28] [INFO ] discord.gateway: Shard ID None has connected to Gateway (Session ID: {redacted bc idk what this is}).
transient_frnd#4810 has connected to Discord.`
Also the code is still running?