标签: javascript discord
来自redbot.core导入命令
member = guild.members
Mycog类(commands.Cog):
"""My custom cog""" @commands.command() async def test(self, ctx): await ctx.send(member)