我不知道如何在Discord.js中使用GUILD

时间:2018-10-18 20:50:07

标签: javascript discord

来自redbot.core导入命令

member = guild.members

Mycog类(commands.Cog):

"""My custom cog"""

@commands.command()
async def test(self, ctx):
    await ctx.send(member)

0 个答案:

没有答案