Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

4
Discord bot doesn't respond to commands in server ( PLEASE HELP ME )
Post Flair (click to view more posts with a particular flair)
Post Body

Screenshots: https://imgur.com/a/vJ1YoUc

from discord.ext import commands
import discord

client = commands.Bot(
 command_prefix='!', 
 intents=discord.Intents(
 messages=True, 
 guilds=True, 
 reactions=True, 
 members=True, 
 presences=True
    )
)
client.remove_command('help')

@client.command()
async def ping(ctx):
 print(f"Ping is `{round(client.latency * 1000)}` ms ")
    await ctx.send(f'Ping is `{round(client.latency * 1000)}` ms ')

@client.event
async def on_ready():
 print(f'Launched: {client.user.name} // {client.user.id}')

client.run("token")

Comments
[not loaded or deleted]

You haven't enabled any intents

Author
Account Strength
60%
Account Age
3 years
Verified Email
Yes
Verified Flair
No
Total Karma
464
Link Karma
259
Comment Karma
157
Profile updated: 21 hours ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
2 years ago