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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…