def welcomeset_msg(self, ctx): """Manage welcome messages """ if ctx.invoked_subcommand is None or \ isinstance(ctx.invoked_subcommand, commands.Group): await send_cmd_help(ctx) return