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