def user(self, subcommand: str, *arguments: str):
raise dec.UserInputError('Command *user* has no subcommand named {}. Please use `{}help user` to list all '
'the available subcommands.'
.format(subcommand, self._bot.config['ddmbot']['delimiter']))
评论列表
文章目录