discord.py: problem when help command not have cog mentioned in the code

前端 未结 0 1155
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-13 06:44

my code:

import discord
from discord.ext import commands
import re
import os

class Help2(commands.Cog):
    def __init__(self, bot):
        self.bot = bot
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题