Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
334 views
in Technique[技术] by (71.8m points)

discord.py - 使Norfication读取为discord.py(Make Norfication As Read discord.py)

Hey I need Example to make as read Its My Code For now

(嘿,我现在需要Example来阅读它的My Code)

import discord
from discord.ext import commands

client = commands.Bot(command_prefix= '.')


token = "token"

@client.event
async def on_ready():
    print("Logged As " + client.user.name)
    message





client.run(token, bot=False)

I want it to login my account its already done, then Make All the Norfication As Read.

(我希望它登录已经完成的帐户,然后将所有Norfication设为已读。)

I am New On discord.py so i hope for a little help Thanks ZonEmOToRY

(我是discord.py的新手,所以我希望有所帮助感谢ZonEmOToRY)

  ask by ZonEmOToRY translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...