Coding Global Background
Coding Global

help

Archiviert 10 days ago
79 Nachrichten
4 Mitglieder
Erstellt a month ago
Aktualisiert 10 days ago
In Discord öffnen
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 KI API

Antworten (85)