help
Archived 10 days ago
L
lucy9867__
Script Kiddie!
import discord
intents = discord.Intents.default()
intents.message_content = True
client = discord.Client(intents=intents)
@client.event
async def on_ready():
print(f'Logged in as {client.user}')
channel = client.get_channel(1526430316338872354)
await channel.send("Hello!")
client.run('account token')
why its not working when i pasts my discord account token? its keep saying " improper token" even tho token is right, i js wanted to see how all this work but i can't js do this idk whyyyy i tried to take help from ai but they ain't working properly
intents = discord.Intents.default()
intents.message_content = True
client = discord.Client(intents=intents)
@client.event
async def on_ready():
print(f'Logged in as {client.user}')
channel = client.get_channel(1526430316338872354)
await channel.send("Hello!")
client.run('account token')
why its not working when i pasts my discord account token? its keep saying " improper token" even tho token is right, i js wanted to see how all this work but i can't js do this idk whyyyy i tried to take help from ai but they ain't working properly
