Coding Global Background
Coding Global

help

Archived 10 days ago
79 messages
4 members
Created a month ago
Updated 10 days ago
Open in Discord
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
UnoRouter AI API

Replies (85)