def on_command(self,ctx):
if isinstance(ctx.message.channel,discord.DMChannel):
return
print("\033[96m<Event Command>\033[94m {0}:\033[96m {1.guild.name} ||| \033[93m {1.author} ||| \033[94m ({1.author.id})\033[92m ||| {1.clean_content}\033[00m".format(self.Time(), ctx.message))
评论列表
文章目录