Discord Bot无法上线 [英] Discord Bot not coming online

查看:95
本文介绍了Discord Bot无法上线的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为自己的机器人使用Visual Studio代码.我刚开始,但是我的机器人无法上网.这是我的代码

I'm using Visual Studio Code for my bot. I just started and I can't get my bot to come online. This is my code

from discord.ext import commands

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

@client.event

async def on_ready():
    print('YEEEEEEEEET')
    
client.run('BOT_TOKEN')

我正在学习 https://www.youtube.com/watch?v= nW8c7vT6Hl4

推荐答案

这是证书问题,而不是代码问题.

It was a certificate problem, and not problem with the code.

这篇关于Discord Bot无法上线的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆